public interface ITestSuite extends ITestContainer
The following features are supported:
IRuntimePackage.getTestSuite()
CUSTOM_CODE, GLOBAL_SCOPE_TEST
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ITestEntity> |
getActiveTests()
Returns the value of the 'Active Tests' reference list.
|
ITestSuiteDefinition |
getDefinition()
Returns the value of the 'Definition' reference.
|
IScriptEngine |
getMasterEngine()
Returns the value of the 'Master Engine' attribute.
|
void |
setDefinition(ITestSuiteDefinition value)
Sets the value of the '
Definition ' reference. |
void |
setMasterEngine(IScriptEngine value)
Sets the value of the '
Master Engine ' 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
org.eclipse.emf.common.util.EList<ITestEntity> getActiveTests()
ITestEntity
.
If the meaning of the 'Active Tests' reference list isn't clear, there really should be more of a description here...
IRuntimePackage.getTestSuite_ActiveTests()
ITestSuiteDefinition getDefinition()
If the meaning of the 'Definition' reference isn't clear, there really should be more of a description here...
setDefinition(ITestSuiteDefinition)
,
IRuntimePackage.getTestSuite_Definition()
void setDefinition(ITestSuiteDefinition value)
Definition
' reference.
value
- the new value of the 'Definition' reference.getDefinition()
IScriptEngine getMasterEngine()
If the meaning of the 'Master Engine' attribute isn't clear, there really should be more of a description here...
setMasterEngine(IScriptEngine)
,
IRuntimePackage.getTestSuite_MasterEngine()
void setMasterEngine(IScriptEngine value)
Master Engine
' attribute.
value
- the new value of the 'Master Engine' attribute.getMasterEngine()