| This testcase exercises ThreadReference.Status command for the Thread waiting to enter in locked Monitor.
At first the test starts Status005Debuggee which runs
the tested thread and blocks it in entering in synchronized block.
Then the tests performs the ThreadReference.Status command
for tested thread.
It is expected that:
- returned thread status is MONITOR status;
- returned suspend status is not SUSPEND_STATUS_SUSPENDED status;
|