public interface SystemTest extends TestCase
The following features are supported:
FieldofactivityannotationsPackage.getSystemTest()| Modifier and Type | Method and Description |
|---|---|
TestSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
Plant |
getSystemUnderTest()
Returns the value of the 'System Under Test' reference.
|
void |
setParent(TestSpecification value)
Sets the value of the '
Parent' container reference. |
void |
setSystemUnderTest(Plant value)
Sets the value of the '
System Under Test' reference. |
getTestName, setTestNameeAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverTestSpecification getParent()
System Tests'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(TestSpecification),
FieldofactivityannotationsPackage.getSystemTest_Parent(),
TestSpecification.getSystemTests()void setParent(TestSpecification value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()Plant getSystemUnderTest()
If the meaning of the 'System Under Test' reference isn't clear, there really should be more of a description here...
setSystemUnderTest(Plant),
FieldofactivityannotationsPackage.getSystemTest_SystemUnderTest()void setSystemUnderTest(Plant value)
System Under Test' reference.
value - the new value of the 'System Under Test' reference.getSystemUnderTest()