virtual void Reset ()

ConcurrencyrsSequentialConcurrencyVisibilityrsProtected

Code
// reset the test by destroying all capsules.
DestroyDrivers();
DestroyCUTs();
if (nRQARTControllerVersion > 1)
{
    // Notify the controller that the reset is done.
    addIn.ResetCompleted().send();
}