| This testcase exercises ThreadReference.Resume command.
At first the test starts ResumeDebuggee which starts and runs some tested threads.
Then the tests checks that for every tested thread the ThreadReference.Resume
command acts according to spec:
- command does not cause any error if thread is not suspended;
- command does not resume thread actually if number of suspendings
is greater than number of resumings;
- command resumes thread actually if number of suspendings
is equal to number of resumings;
|