Interface IConfigurationCoverage
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IConfigurationCoverage extends IBaseField
A requirement coverage by a test configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
configuration()
The configuration covering the requirement.IList
criterionCoverage(IList coverageByCycles)
The criteria included in the configuration coverage.java.lang.String
status()
The status of the configuration 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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
status
java.lang.String status()
The status of the configuration coverage.
Getter method for the COM property "Status"
- Returns:
- Returns a value of type java.lang.String
-
configuration
com4j.Com4jObject configuration()
The configuration covering the requirement.
Getter method for the COM property "Configuration"
- Returns:
- Returns a value of type com4j.Com4jObject
-
criterionCoverage
IList criterionCoverage(IList coverageByCycles)
The criteria included in the configuration coverage.
Getter method for the COM property "CriterionCoverage"
- Parameters:
coverageByCycles
- Mandatory step.repository.alm.v16.otaclient.IList parameter.- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
-