| The class specifies debuggee for org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.NameTest
and org.apache.harmony.jpda.tests.jdwp.ThreadGroupReference.ParentTest .
This debuggee is started as follow:
- the group
PARENT_GROUP is created
- the group
CHILD_GROUP is created as a child of
the PARENT_GROUP
- the tested thread
TESTED_THREAD is started so this
thread belongs to the CHILD_GROUP .
|