Interface ICoverableReq2
-
- All Superinterfaces:
com4j.Com4jObject
,ICoverableReq
public interface ICoverableReq2 extends ICoverableReq
Represents a requirement that is covered by another entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addConfigurationsToCoverage(java.lang.Object configurationIDs)
Adds a list of test configurations to the coverage.void
addCriteriaToCoverage(java.lang.Object testCriterionIDs)
Adds a list of test criteria to the coverage.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICoverableReq
addSubjectToCoverage, addTestInstanceToCoverage, addTestsFromTestSetToCoverage, addTestToCoverage, requirementCoverageFactory
-
-
-
-
Method Detail
-
addCriteriaToCoverage
void addCriteriaToCoverage(java.lang.Object testCriterionIDs)
Adds a list of test criteria to the coverage.
- Parameters:
testCriterionIDs
- Mandatory java.lang.Object parameter.
-
addConfigurationsToCoverage
void addConfigurationsToCoverage(java.lang.Object configurationIDs)
Adds a list of test configurations to the coverage.
- Parameters:
configurationIDs
- Mandatory java.lang.Object parameter.
-
-