public interface ITestContainer extends ITestEntity
The following features are supported:
IRuntimePackage.getTestContainer()
CUSTOM_CODE, GLOBAL_SCOPE_TEST
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ITestContainer> |
getChildContainers() |
org.eclipse.emf.common.util.EList<ITestEntity> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
java.lang.Object |
getResource()
Returns the value of the 'Resource' attribute.
|
ITest |
getTest(java.lang.String name) |
void |
setResource(java.lang.Object value)
Sets the value of the '
Resource ' attribute. |
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> getChildren()
ITestEntity
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
IRuntimePackage.getTestContainer_Children()
,
ITestEntity.getParent()
java.lang.Object getResource()
If the meaning of the 'Resource' attribute isn't clear, there really should be more of a description here...
getResource
in interface ITestEntity
setResource(Object)
,
IRuntimePackage.getTestContainer_Resource()
void setResource(java.lang.Object value)
Resource
' attribute.
value
- the new value of the 'Resource' attribute.getResource()
ITest getTest(java.lang.String name)
org.eclipse.emf.common.util.EList<ITestContainer> getChildContainers()