AddCriteriaToCoverage Method
Description
Adds a list of test criteria to the coverage.
Syntax
Visual Basic
Public Sub AddCriteriaToCoverage( _
   ByVal TestCriterionIDs As Variant _
) 
Parameters
TestCriterionIDs
A Variant Array of TestCriterion.IDs.
Remarks
If the test does not already cover the requirement, it is added to the coverage with all its configurations.
See Also