public interface ICoverableReq
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
void |
addSubjectToCoverage(int subjectID,
String testFilter)
Adds the tests from the specified subject that match the input filter to the list of tests that cover the current requirement.
|
void |
addTestInstanceToCoverage(int testInstanceID)
Adds the test instance to the list of test instances that cover the current requirement.
|
void |
addTestsFromTestSetToCoverage(int testSetID,
String testInstanceFilter)
Adds the test instances from the specified test set that match the input filter to the list of test instances that cover the current requirement.
|
void |
addTestToCoverage(int testId)
Adds the test to the list of tests that cover the current requirement.
|
com4j.Com4jObject |
requirementCoverageFactory()
Get Requirement Coverage Factory
|
com4j.Com4jObject requirementCoverageFactory()
Get Requirement Coverage Factory
Getter method for the COM property "RequirementCoverageFactory"
void addTestInstanceToCoverage(int testInstanceID)
Adds the test instance to the list of test instances that cover the current requirement.
testInstanceID
- Mandatory int parameter.void addTestToCoverage(int testId)
Adds the test to the list of tests that cover the current requirement.
testId
- Mandatory int parameter.void addTestsFromTestSetToCoverage(int testSetID, String testInstanceFilter)
Adds the test instances from the specified test set that match the input filter to the list of test instances that cover the current requirement.
testSetID
- Mandatory int parameter.testInstanceFilter
- Mandatory java.lang.String parameter.void addSubjectToCoverage(int subjectID, String testFilter)
Adds the tests from the specified subject that match the input filter to the list of tests that cover the current requirement.
subjectID
- Mandatory int parameter.testFilter
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.