virtual void
Reset ()
Concurrency | rsSequentialConcurrency | Visibility | rsProtected |
Code
// reset the test by destroying all capsules.
DestroyDrivers();
DestroyCUTs();
if (nRQARTControllerVersion > 1)
{
// Notify the controller that the reset is done.
addIn.ResetCompleted().send();
}