GetCoverList Method
Description
Gets a list of the tests that cover this requirement.
Syntax
Visual Basic
Public Function GetCoverList( _
   Optional ByVal Recursive As Boolean = False _
) As List
Parameters
Recursive
If TRUE, GetCoverList returns a list of coverage tests for current requirement and all its children. Otherwise, the method returns a list of coverage tests only for the current requirement.
Return Type
A list of Test Objects.
See Also