public interface ICoverageEntity extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
coverageType()
The type of coverage.
|
String |
name()
The name of the TargetEntity.
|
com4j.Com4jObject |
requirementEntity()
The Req object being covered.
|
String |
status()
The execution result status of the TargetEntity.
|
com4j.Com4jObject |
targetEntity()
The entity object that covers the requirement.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
com4j.Com4jObject requirementEntity()
The Req object being covered.
Getter method for the COM property "RequirementEntity"
com4j.Com4jObject targetEntity()
The entity object that covers the requirement.
Getter method for the COM property "TargetEntity"
String coverageType()
The type of coverage. For example, Test or TSTest.
Getter method for the COM property "CoverageType"
String status()
The execution result status of the TargetEntity.
Getter method for the COM property "Status"
String name()
The name of the TargetEntity.
Getter method for the COM property "Name"
Copyright © 2020. All rights reserved.