GetCoverageTestsByReqFilter Method
Description
Returns the list of tests that cover the requirements that match the requirement filter.
Syntax
Visual Basic
Public Function GetCoverageTestsByReqFilter( _
   ByVal ReqFilter As String _
) As List
Parameters
ReqFilter
A TDFilter.Text that specifies which requirements to include.
Return Type
A list of the Tests that cover the requirements that match the filter.
See Also