public interface ISTestSpecification extends EObject
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISTestSpecification()| Modifier and Type | Method and Description |
|---|---|
EList<ISAcceptanceTestCaseAggregation> |
getAcceptanceTestCaseAggregations()
Returns the value of the 'Acceptance Test Case Aggregations' containment reference list.
|
EList<ISAcceptanceTestCase> |
getAcceptanceTestCases()
Returns the value of the 'Acceptance Test Cases' containment reference list.
|
EList<ISIntegrationTestCaseAggregation> |
getIntegrationTestCaseAggregations()
Returns the value of the 'Integration Test Case Aggregations' containment reference list.
|
EList<ISIntegrationTestCase> |
getIntegrationTestCases()
Returns the value of the 'Integration Test Cases' containment reference list.
|
ISFieldOfActivityAnnotationsRepository |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<ISUnitTestCaseAggregation> |
getUnitTestCaseAggregations()
Returns the value of the 'Unit Test Case Aggregations' containment reference list.
|
EList<ISUnitTestCase> |
getUnitTestCases()
Returns the value of the 'Unit Test Cases' containment reference list.
|
void |
setParent(ISFieldOfActivityAnnotationsRepository value)
Sets the value of the '
Parent' container reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverISFieldOfActivityAnnotationsRepository getParent()
Test Specification'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISFieldOfActivityAnnotationsRepository),
ISFieldOfActivityAnnotationsPackage.getISTestSpecification_Parent(),
ISFieldOfActivityAnnotationsRepository.getTestSpecification()void setParent(ISFieldOfActivityAnnotationsRepository value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<ISUnitTestCase> getUnitTestCases()
ISUnitTestCase.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Unit Test Cases' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISTestSpecification_UnitTestCases(),
ISUnitTestCase.getParent()EList<ISAcceptanceTestCase> getAcceptanceTestCases()
ISAcceptanceTestCase.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Acceptance Test Cases' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISTestSpecification_AcceptanceTestCases(),
ISAcceptanceTestCase.getParent()EList<ISIntegrationTestCase> getIntegrationTestCases()
ISIntegrationTestCase.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Integration Test Cases' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISTestSpecification_IntegrationTestCases(),
ISIntegrationTestCase.getParent()EList<ISUnitTestCaseAggregation> getUnitTestCaseAggregations()
ISUnitTestCaseAggregation.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Unit Test Case Aggregations' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISTestSpecification_UnitTestCaseAggregations(),
ISUnitTestCaseAggregation.getParent()EList<ISAcceptanceTestCaseAggregation> getAcceptanceTestCaseAggregations()
ISAcceptanceTestCaseAggregation.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Acceptance Test Case Aggregations' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISTestSpecification_AcceptanceTestCaseAggregations(),
ISAcceptanceTestCaseAggregation.getParent()EList<ISIntegrationTestCaseAggregation> getIntegrationTestCaseAggregations()
ISIntegrationTestCaseAggregation.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Integration Test Case Aggregations' containment reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISTestSpecification_IntegrationTestCaseAggregations(),
ISIntegrationTestCaseAggregation.getParent()