virtual void CompleteTest ()

ConcurrencyrsSequentialConcurrencyVisibilityrsProtected

Code
// Complete a test normally.

CancelTimeoutTimer();

// test-specific completion
switch (nCurrentTest)
{
case 1:
    Test1Complete();
    break;
}

addIn.TestCompleted().send();