GetCoverListByFilter Method
Description
Gets the list of all tests that cover the current requirement and match the filter.
Syntax
Visual Basic
Public Function GetCoverListByFilter( _
   ByVal TestFilter As String, _
   Optional ByVal Recursive As Boolean = False _
) As List
Parameters
TestFilter
A TDFilter.Text string.
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.
See Also