public interface ITest extends ITestEntity, IStackTraceContainer
The following features are supported:
IRuntimePackage.getTest()
CUSTOM_CODE, GLOBAL_SCOPE_TEST
Modifier and Type | Method and Description |
---|---|
long |
getDurationLimit()
Returns the value of the 'Duration Limit' attribute.
|
void |
setDurationLimit(long value)
Sets the value of the '
Duration Limit ' attribute. |
addError, getDescription, getDuration, getEndTimestamp, getEntityStatus, getEstimatedDuration, getFullPath, getMetadata, getName, getParent, getResource, getResults, getResults, getRoot, getStartTimestamp, getStatus, getTestSuite, getWorstResult, hasError, isDisabled, isTerminated, reset, run, setDescription, setDisabled, setEndTimestamp, setEntityStatus, setEstimatedDuration, setName, setParent, setStartTimestamp, setTerminated
getStackTrace, setStackTrace
long getDurationLimit()
"-1"
.
If the meaning of the 'Duration Limit' attribute isn't clear, there really should be more of a description here...
setDurationLimit(long)
,
IRuntimePackage.getTest_DurationLimit()
void setDurationLimit(long value)
Duration Limit
' attribute.
value
- the new value of the 'Duration Limit' attribute.getDurationLimit()