public interface ITestFile extends ITestContainer
The following features are supported:
IRuntimePackage.getTestFile()
CUSTOM_CODE, GLOBAL_SCOPE_TEST
Modifier and Type | Method and Description |
---|---|
int |
getInsertionOrder()
Returns the value of the 'Insertion Order' attribute.
|
void |
setInsertionOrder(int value)
Sets the value of the '
Insertion Order ' attribute. |
getChildContainers, getChildren, getCopyOfChildren, getResource, getTest, setResource
addError, getDescription, getDuration, getEndTimestamp, getEntityStatus, getEstimatedDuration, getFullPath, getMetadata, getName, getParent, getResults, getResults, getRoot, getStartTimestamp, getStatus, getTestSuite, getWorstResult, hasError, isDisabled, isTerminated, reset, run, setDescription, setDisabled, setEndTimestamp, setEntityStatus, setEstimatedDuration, setName, setParent, setStartTimestamp, setTerminated
int getInsertionOrder()
If the meaning of the 'Insertion Order' attribute isn't clear, there really should be more of a description here...
setInsertionOrder(int)
,
IRuntimePackage.getTestFile_InsertionOrder()
void setInsertionOrder(int value)
Insertion Order
' attribute.
value
- the new value of the 'Insertion Order' attribute.getInsertionOrder()