ResetTestSet Method
Description
Sets the status of each test in the test set to 'No Run'.
Syntax
Visual Basic
Public Sub ResetTestSet( _
   ByVal DeleteRuns As Boolean _
) 
Parameters
DeleteRuns
If TRUE, the method deletes all runs for all tests in the test set.
See Also