Interface ITestCoverage
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,ICoverageEntity
,IObjectLockingSupport
public interface ITestCoverage extends ICoverageEntity
The association between a requirement and a test that covers it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
configurationCoverageFactory()
The IConfigurationCoverageFactory for the test coverage entity.com4j.Com4jObject
criterionCoverageFactory()
The ICriterionCoverageFactory for the test coverage entity.-
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICoverageEntity
coverageType, name, requirementEntity, status, targetEntity
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
criterionCoverageFactory
com4j.Com4jObject criterionCoverageFactory()
The ICriterionCoverageFactory for the test coverage entity.
Getter method for the COM property "CriterionCoverageFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
configurationCoverageFactory
com4j.Com4jObject configurationCoverageFactory()
The IConfigurationCoverageFactory for the test coverage entity.
Getter method for the COM property "ConfigurationCoverageFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-