GetCoverageTestConfigs Method
Description
Returns the list of test configurations that cover the current requirement and, optionally, cover those of its children that match the requirement filter.
Syntax
Visual Basic
Public Function GetCoverageTestConfigs( _
   Optional ByVal Recursive As Boolean = False _
) As List
Parameters
Recursive
See Also