| The class specifies debuggee for org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroupTest .
This debuggee is started as follow:
- the tested group
TESTED_GROUP is created
- the tested thread
TESTED_THREAD is started so this
thread belongs to that thread group
For different goals of tests, the debuggee sends the SGNL_READY
signal to and waits for the SGNL_CONTINUE signal from debugger
in two places:
- right away when the tested thread has been started
- when the tested thread has been finished
|