virtual void
CompleteTest ()
Concurrency | rsSequentialConcurrency | Visibility | rsProtected |
Code
// Complete a test normally.
CancelTimeoutTimer();
// test-specific completion
switch (nCurrentTest)
{
case 1:
Test1Complete();
break;
}
addIn.TestCompleted().send();