AddSubjectToCoverage Method
Description
Adds the tests from the specified subject that match the input filter to the list of tests that cover the current requirement.
Syntax
Visual Basic
Public Sub AddSubjectToCoverage( _
   ByVal SubjectId As Long, _
   ByVal TestFilter As String _
) 
Parameters
SubjectId
A SubjectNode.NodeID.
TestFilter

A logical filter specifying which tests will cover the current requirement.

The filter can be a TDFilter.Text.

See Also