public class TestFile extends TestContainer implements ITestFile
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
CUSTOM_CODE, GLOBAL_SCOPE_TEST
Modifier and Type | Method and Description |
---|---|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
long |
getEstimatedDuration() |
int |
getInsertionOrder() |
void |
reset() |
void |
run(org.eclipse.ease.lang.unittest.execution.ITestExecutionStrategy strategy) |
void |
setInsertionOrder(int newInsertionOrder) |
void |
setTerminated(boolean newTerminated) |
String |
toString() |
eInverseAdd, eInverseRemove, eInvoke, getChildContainers, getChildren, getResource, getStatus, getTest, hasError, setResource
addError, basicSetParent, eBasicRemoveFromContainerFeature, getDescription, getDuration, getEndTimestamp, getEntityStatus, getFullPath, getMetadata, getName, getParent, getResults, getResults, getRoot, getStartTimestamp, getTestSuite, getWorstResult, isDisabled, isTerminated, setDescription, setDisabled, setEndTimestamp, setEntityStatus, setEntityStatusGen, setEstimatedDuration, setName, setParent, setStartTimestamp
eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
eNotificationRequired, eNotify
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildContainers, getChildren, getResource, getTest, setResource
addError, getDescription, getDuration, getEndTimestamp, getEntityStatus, getFullPath, getMetadata, getName, getParent, getResults, getResults, getRoot, getStartTimestamp, getStatus, getTestSuite, getWorstResult, hasError, isDisabled, isTerminated, setDescription, setDisabled, setEndTimestamp, setEntityStatus, setEstimatedDuration, setName, setParent, setStartTimestamp
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
public int getInsertionOrder()
getInsertionOrder
in interface ITestFile
ITestFile.setInsertionOrder(int)
,
IRuntimePackage.getTestFile_InsertionOrder()
public void setInsertionOrder(int newInsertionOrder)
setInsertionOrder
in interface ITestFile
newInsertionOrder
- the new value of the 'Insertion Order' attribute.ITestFile.getInsertionOrder()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class TestContainer
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class TestContainer
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class TestContainer
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class TestContainer
public String toString()
toString
in class TestContainer
public void run(org.eclipse.ease.lang.unittest.execution.ITestExecutionStrategy strategy)
TestEntity
run
in interface ITestEntity
run
in class TestContainer
public void setTerminated(boolean newTerminated)
setTerminated
in interface ITestEntity
setTerminated
in class TestContainer
newTerminated
- the new value of the 'Terminated' attribute.ITestEntity.isTerminated()
public void reset()
reset
in interface ITestEntity
reset
in class TestContainer
public long getEstimatedDuration()
TestContainer
getEstimatedDuration
in interface ITestEntity
getEstimatedDuration
in class TestContainer
ITestEntity.setEstimatedDuration(long)
,
IRuntimePackage.getTestEntity_EstimatedDuration()