Class TestSuite
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.ease.lang.unittest.runtime.impl.TestEntity
org.eclipse.ease.lang.unittest.runtime.impl.TestContainer
org.eclipse.ease.lang.unittest.runtime.impl.TestSuite
- All Implemented Interfaces:
ITestContainer
,ITestEntity
,ITestSuite
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
,org.eclipse.emf.ecore.InternalEObject
public class TestSuite extends TestContainer implements ITestSuite
An implementation of the model object 'Test Suite'.
The following features are implemented:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
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, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
-
Field Summary
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
Fields inherited from interface org.eclipse.ease.lang.unittest.runtime.ITestEntity
CUSTOM_CODE, GLOBAL_SCOPE_TEST
-
Method Summary
Modifier and Type Method Description ITestSuiteDefinition
basicGetDefinition()
Object
eGet(int featureID, boolean resolve, boolean coreType)
boolean
eIsSet(int featureID)
void
eSet(int featureID, Object newValue)
void
eUnset(int featureID)
org.eclipse.emf.common.util.EList<ITestEntity>
getActiveTests()
ITestSuiteDefinition
getDefinition()
IScriptEngine
getMasterEngine()
ITestSuite
getTestSuite()
void
run(org.eclipse.ease.lang.unittest.execution.ITestExecutionStrategy strategy)
void
setDefinition(ITestSuiteDefinition newDefinition)
void
setMasterEngine(IScriptEngine newMasterEngine)
String
toString()
Methods inherited from class org.eclipse.ease.lang.unittest.runtime.impl.TestContainer
eInverseAdd, eInverseRemove, eInvoke, getChildContainers, getChildren, getChildrenGen, getCopyOfChildren, getEstimatedDuration, getResource, getStatus, getTest, hasError, reset, setResource, setTerminated
Methods inherited from class org.eclipse.ease.lang.unittest.runtime.impl.TestEntity
addError, basicSetParent, eBasicRemoveFromContainerFeature, getDescription, getDuration, getEndTimestamp, getEntityStatus, getFullPath, getMetadata, getName, getParent, getResults, getResults, getRoot, getStartTimestamp, getWorstResult, isDisabled, isTerminated, setDescription, setDisabled, setEndTimestamp, setEntityStatus, setEntityStatusGen, setEstimatedDuration, setName, setParent, setStartTimestamp
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eInternalContainer
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eIsProxy, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
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
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.emf.ecore.InternalEObject
eNotificationRequired
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, getWorstResult, hasError, isDisabled, isTerminated, reset, 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
-
getActiveTests
- Specified by:
getActiveTests
in interfaceITestSuite
- Returns:
- the value of the 'Active Tests' reference list.
- See Also:
IRuntimePackage.getTestSuite_ActiveTests()
-
getDefinition
- Specified by:
getDefinition
in interfaceITestSuite
- Returns:
- the value of the 'Definition' reference.
- See Also:
ITestSuite.setDefinition(ITestSuiteDefinition)
,IRuntimePackage.getTestSuite_Definition()
-
basicGetDefinition
-
setDefinition
- Specified by:
setDefinition
in interfaceITestSuite
- Parameters:
newDefinition
- the new value of the 'Definition' reference.- See Also:
ITestSuite.getDefinition()
-
getMasterEngine
- Specified by:
getMasterEngine
in interfaceITestSuite
- Returns:
- the value of the 'Master Engine' attribute.
- See Also:
ITestSuite.setMasterEngine(IScriptEngine)
,IRuntimePackage.getTestSuite_MasterEngine()
-
setMasterEngine
- Specified by:
setMasterEngine
in interfaceITestSuite
- Parameters:
newMasterEngine
- the new value of the 'Master Engine' attribute.- See Also:
ITestSuite.getMasterEngine()
-
eGet
- Specified by:
eGet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eGet
in classTestContainer
-
eSet
- Specified by:
eSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eSet
in classTestContainer
-
eUnset
public void eUnset(int featureID)- Specified by:
eUnset
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eUnset
in classTestContainer
-
eIsSet
public boolean eIsSet(int featureID)- Specified by:
eIsSet
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eIsSet
in classTestContainer
-
toString
- Overrides:
toString
in classTestContainer
-
getTestSuite
Description copied from class:TestEntity
- Specified by:
getTestSuite
in interfaceITestEntity
- Overrides:
getTestSuite
in classTestEntity
-
run
public void run(org.eclipse.ease.lang.unittest.execution.ITestExecutionStrategy strategy)Description copied from class:TestEntity
- Specified by:
run
in interfaceITestEntity
- Overrides:
run
in classTestContainer
-