This testcase exercises VirtualMachine.AllThreads command.
At first the test starts AllThreadsDebuggee which runs the TESTED_THREAD thread
which starts but does not finish.
Then the test performs VirtualMachine.AllThreads command and checks that
the tested thread is returned by command in the list of threads;
This testcase exercises VirtualMachine.AllThreads command.
At first the test starts AllThreadsDebuggee which runs the TESTED_THREAD thread
which starts but does not finish.
Then the test performs VirtualMachine.AllThreads command and checks that
all threads returned by command have only valid thread status:
'RUNNING' or 'MONITOR' or 'SLEEPING' or 'ZOMBIE' or 'WAIT' status;
This testcase exercises VirtualMachine.AllThreads command.
At first the test starts AllThreadsDebuggee which runs the TESTED_THREAD thread
which starts and finishes.
Then the test performs VirtualMachine.AllThreads command and checks that
the tested thread is not returned by command;
Fields inherited from org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase