| This testcase exercises ThreadReference.Status command for the sleeping Thread.
At first the test starts Status002Debuggee which runs
the tested thread and blocks it in invocation of
the 'Thread.sleep()' method.
Then the tests performs the ThreadReference.Status command
for tested thread.
It is expected that:
- returned thread status is SLEEPING status;
- returned suspend status is not SUSPEND_STATUS_SUSPENDED status;
|