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