RemoveCoverage Method
Description
Removes a test from the list of tests that cover this requirement.
Syntax
Visual Basic
Public Sub RemoveCoverage( _
   ByVal vTest As Variant, _
   Optional ByVal Recursive As Boolean = False _
) 
Parameters
vTest
Test Object or array of test objects.
Recursive
If TRUE, the specified coverage is removed for all the requirements under the current one. If FALSE, only the coverage at the current requirement is removed.
See Also