Interface ICriterionCoverage
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface ICriterionCoverage extends IBaseField
A requirement coverage by a test criterion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com4j.Com4jObject
criterion()
The criterion covering the requirement.java.lang.String
status()
The status of the criterion 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 criterion coverage.
Getter method for the COM property "Status"
- Returns:
- Returns a value of type java.lang.String
-
criterion
com4j.Com4jObject criterion()
The criterion covering the requirement.
Getter method for the COM property "Criterion"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-