| This testcase exercises ThreadReference.Interrupt command.
At first the test starts InterruptDebuggee which runs
the tested thread 'TESTED_THREAD' and blocks it in invocation of
the 'wait()' method.
Then the tests performs the ThreadReference.Interrupt command
for tested thread.
After sending Interrupt command, the test waits signals via synchronization
channel that 'InterruptedException' was thrown.
|