Interface ITestFile
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ITestContainer
,ITestEntity
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TestFile
public interface ITestFile extends ITestContainer
A representation of the model object 'Test File'.
The following features are supported:
- See Also:
IRuntimePackage.getTestFile()
-
Field Summary
Fields inherited from interface org.eclipse.ease.lang.unittest.runtime.ITestEntity
CUSTOM_CODE, GLOBAL_SCOPE_TEST
-
Method Summary
Modifier and Type Method Description int
getInsertionOrder()
Returns the value of the 'Insertion Order' attribute.void
setInsertionOrder(int value)
Sets the value of the 'Insertion Order
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.ease.lang.unittest.runtime.ITestContainer
getChildContainers, getChildren, getCopyOfChildren, getResource, getTest, setResource
Methods inherited from interface org.eclipse.ease.lang.unittest.runtime.ITestEntity
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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInsertionOrder
int getInsertionOrder()Returns the value of the 'Insertion Order' attribute.If the meaning of the 'Insertion Order' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Insertion Order' attribute.
- See Also:
setInsertionOrder(int)
,IRuntimePackage.getTestFile_InsertionOrder()
-
setInsertionOrder
void setInsertionOrder(int value)Sets the value of the 'Insertion Order
' attribute.- Parameters:
value
- the new value of the 'Insertion Order' attribute.- See Also:
getInsertionOrder()
-