| This testcase exercises ThreadReference.Suspend command.
At first the test starts SuspendDebuggee which starts and runs some tested threads.
After the tested threads starts, the test for every tested thread does:
- suspends thread by ThreadReference.Suspend command;
- performs the ThreadReference.Status command for tested thread;
It is expected that for every tested thread returned suspend
status is SUSPEND_STATUS_SUSPENDED status;
|