testSuspend001() This testcase exercises VirtualMachine.Suspend command.
At first the test starts HelloWorld debuggee.
Then the test performs VirtualMachine.Suspend commands
and checks with help of ThreadReference.Status command that all threads in debuggee
have suspend status = SUSPEND_STATUS_SUSPENDED, i.e.
This testcase exercises VirtualMachine.Suspend command.
At first the test starts HelloWorld debuggee.
Then the test performs VirtualMachine.Suspend commands
and checks with help of ThreadReference.Status command that all threads in debuggee
have suspend status = SUSPEND_STATUS_SUSPENDED, i.e. all
debuggee threads are suspended.
Fields inherited from org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase