public interface TestRun
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ConfigPackage.getTestRun()| Modifier and Type | Method and Description |
|---|---|
TestConfig |
getConfig()
Returns the value of the 'Config' containment reference.
|
org.eclipse.emf.common.util.EList<TestResult> |
getResults()
Returns the value of the 'Results' containment reference list.
|
Date |
getTime()
Returns the value of the 'Time' attribute.
|
void |
setConfig(TestConfig value)
Sets the value of the '
Config' containment reference. |
void |
setTime(Date value)
Sets the value of the '
Time'
attribute. |
TestConfig getConfig()
If the meaning of the 'Config' containment reference isn't clear, there really should be more of a description here...
setConfig(TestConfig),
ConfigPackage.getTestRun_Config()void setConfig(TestConfig value)
Config' containment reference.
value - the new value of the 'Config' containment reference.getConfig()Date getTime()
If the meaning of the 'Time' attribute isn't clear, there really should be more of a description here...
setTime(Date),
ConfigPackage.getTestRun_Time()void setTime(Date value)
Time'
attribute.
value - the new value of the 'Time' attribute.getTime()org.eclipse.emf.common.util.EList<TestResult> getResults()
TestResult.
If the meaning of the 'Results' containment reference list isn't clear, there really should be more of a description here...
ConfigPackage.getTestRun_Results()Copyright © 2017. All rights reserved.