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