| This testcase exercises VirtualMachine.HoldEvents command.
At first the test starts HoldEventsDebuggee.
Then the test sends request for TESTED_THREAD and
performs VirtualMachine.HoldEvents command.
Next, the test waits for debuggee to start the 'TESTED_THREAD'
thread and checks that no any events (including requested THREAD_START event)
are received during default timeout.
Then the test sends VirtualMachine.ReleaseEvents command
and checks that expected THREAD_START event is received.
|