| This testcase exercises ThreadReference.ThreadGroup command.
At first the test starts ThreadGroupDebuggee which creates
'TESTED_GROUP' ThreadGroup and starts the 'TESTED_THREAD' thread which
belongs to that thread group.
After the tested thread starts but does not finish, test requests all
debuggee threads by VirtualMachine.AllThreads command and looks for tested thread.
If the tested thread is not found the test fails.
If the tested thread is found the test checks that
ThreadReference.ThreadGroup command for tested thread returns 'TESTED_GROUP' thread group.
|