RemoveCoverage Method
Description
Removes a requirement from the list of requirements this test covers.
Syntax
Visual Basic
Public Sub RemoveCoverage( _
   ByVal Req As Variant _
) 
Parameters
Req
The Req Object representing the requirement that this test will no longer cover.
See Also