testStatus001() This testcase exercises ThreadReference.Status command.
At first the test starts StatusDebuggee which runs
the tested thread.
Then the tests performs the ThreadReference.Status command
for tested thread.
public void
testStatus002() This testcase exercises ThreadReference.Status command for suspended Thread.
At first the test starts StatusDebuggee which runs
the tested thread.
At first the test suspends tested thread by ThreadReference.Suspend command.
This testcase exercises ThreadReference.Status command.
At first the test starts StatusDebuggee which runs
the tested thread.
Then the tests performs the ThreadReference.Status command
for tested thread.
It is expected that:
- returned thread status is RUNNING status;
- returned suspend status is not SUSPEND_STATUS_SUSPENDED status;
This testcase exercises ThreadReference.Status command for suspended Thread.
At first the test starts StatusDebuggee which runs
the tested thread.
At first the test suspends tested thread by ThreadReference.Suspend command.
Then the tests performs the ThreadReference.Status command
for tested thread.
It is expected that:
- returned thread status is RUNNING status;
- returned suspend status is SUSPEND_STATUS_SUSPENDED status;
Fields inherited from org.apache.harmony.jpda.tests.jdwp.share.JDWPSyncTestCase