public abstract class TestContainer extends TestEntity implements ITestContainer
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 java.lang.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 |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
java.lang.Object |
eInvoke(int operationID,
org.eclipse.emf.common.util.EList<?> arguments) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
void |
eUnset(int featureID) |
org.eclipse.emf.common.util.EList<ITestContainer> |
getChildContainers() |
org.eclipse.emf.common.util.EList<ITestEntity> |
getChildren() |
long |
getEstimatedDuration() |
java.lang.Object |
getResource() |
TestStatus |
getStatus() |
ITest |
getTest(java.lang.String name) |
boolean |
hasError() |
void |
reset() |
void |
run(org.eclipse.ease.lang.unittest.execution.ITestExecutionStrategy strategy) |
void |
setResource(java.lang.Object newResource) |
void |
setTerminated(boolean newTerminated) |
java.lang.String |
toString() |
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
addError, getDescription, getDuration, getEndTimestamp, getEntityStatus, getFullPath, getMetadata, getName, getParent, getResults, getResults, getRoot, getStartTimestamp, getTestSuite, getWorstResult, 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 org.eclipse.emf.common.util.EList<ITestEntity> getChildren()
getChildren
in interface ITestContainer
IRuntimePackage.getTestContainer_Children()
,
ITestEntity.getParent()
public java.lang.Object getResource()
getResource
in interface ITestContainer
getResource
in interface ITestEntity
getResource
in class TestEntity
ITestContainer.setResource(Object)
,
IRuntimePackage.getTestContainer_Resource()
public void setResource(java.lang.Object newResource)
setResource
in interface ITestContainer
newResource
- the new value of the 'Resource' attribute.ITestContainer.getResource()
public ITest getTest(java.lang.String name)
getTest
in interface ITestContainer
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd
in class TestEntity
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class TestEntity
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class TestEntity
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class TestEntity
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class TestEntity
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class TestEntity
public java.lang.Object eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments) throws java.lang.reflect.InvocationTargetException
eInvoke
in interface org.eclipse.emf.ecore.InternalEObject
eInvoke
in class TestEntity
java.lang.reflect.InvocationTargetException
public java.lang.String toString()
toString
in class TestEntity
public void run(org.eclipse.ease.lang.unittest.execution.ITestExecutionStrategy strategy)
TestEntity
run
in interface ITestEntity
run
in class TestEntity
public org.eclipse.emf.common.util.EList<ITestContainer> getChildContainers()
getChildContainers
in interface ITestContainer
public TestStatus getStatus()
TestEntity
getStatus
in interface ITestEntity
getStatus
in class TestEntity
public boolean hasError()
TestEntity
hasError
in interface ITestEntity
hasError
in class TestEntity
public void reset()
reset
in interface ITestEntity
reset
in class TestEntity
public long getEstimatedDuration()
getEstimatedDuration
in interface ITestEntity
getEstimatedDuration
in class TestEntity
ITestEntity.setEstimatedDuration(long)
,
IRuntimePackage.getTestEntity_EstimatedDuration()
public void setTerminated(boolean newTerminated)
setTerminated
in interface ITestEntity
setTerminated
in class TestEntity
newTerminated
- the new value of the 'Terminated' attribute.ITestEntity.isTerminated()