virtual void CleanUpTest ()

ConcurrencyrsSequentialConcurrencyVisibilityrsProtected

Code
// Clean up the current test.
switch (nCurrentTest)
{
case 1:
    Test1CleanUp();
    break;
}

addIn.TestCleanedUp().send();