Interface ITestSuiteDefinition
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TestSuiteDefinition
The following features are supported:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ICode>
Returns the value of the 'Custom Code' containment reference list.getCustomCode
(String location) Returns the value of the 'Description' attribute.org.eclipse.emf.common.util.EList<org.eclipse.core.runtime.IPath>
Returns the value of the 'Disabled Resources' attribute list.Returns the value of the 'Exclude Filter' attribute.<T> T
getFlags()
Returns the value of the 'Flags' map.Returns the value of the 'Include Filter' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Resource' attribute.getVariable
(String name) org.eclipse.emf.common.util.EList<IVariable>
Returns the value of the 'Variables' containment reference list.Returns the value of the 'Version' attribute.void
setDescription
(String value) Sets the value of the 'Description
' attribute.void
setExcludeFilter
(String value) Sets the value of the 'Exclude Filter
' attribute.void
void
setIncludeFilter
(String value) Sets the value of the 'Include Filter
' attribute.void
Sets the value of the 'Name
' attribute.void
setResource
(Object value) Sets the value of the 'Resource
' attribute.void
setVariable
(String identifier, String content) void
setVersion
(String value) Sets the value of the 'Version
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
CODE_LOCATION_TESTSUITE_SETUP
- See Also:
-
CODE_LOCATION_TESTSUITE_TEARDOWN
- See Also:
-
CODE_LOCATION_TESTFILE_SETUP
- See Also:
-
CODE_LOCATION_TESTFILE_TEARDOWN
- See Also:
-
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getDescription
String getDescription()Returns the value of the 'Description' attribute.If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Description' attribute.
- See Also:
-
setDescription
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
-
getIncludeFilter
String getIncludeFilter()Returns the value of the 'Include Filter' attribute. The default value is""
.If the meaning of the 'Include Filter' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Include Filter' attribute.
- See Also:
-
setIncludeFilter
Sets the value of the 'Include Filter
' attribute.- Parameters:
value
- the new value of the 'Include Filter' attribute.- See Also:
-
getExcludeFilter
String getExcludeFilter()Returns the value of the 'Exclude Filter' attribute. The default value is""
.If the meaning of the 'Exclude Filter' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Exclude Filter' attribute.
- See Also:
-
setExcludeFilter
Sets the value of the 'Exclude Filter
' attribute.- Parameters:
value
- the new value of the 'Exclude Filter' attribute.- See Also:
-
getDisabledResources
org.eclipse.emf.common.util.EList<org.eclipse.core.runtime.IPath> getDisabledResources()Returns the value of the 'Disabled Resources' attribute list. The list contents are of typeIPath
.If the meaning of the 'Disabled Resources' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Disabled Resources' attribute list.
- See Also:
-
getVariables
org.eclipse.emf.common.util.EList<IVariable> getVariables()Returns the value of the 'Variables' containment reference list. The list contents are of typeIVariable
.If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Variables' containment reference list.
- See Also:
-
getCustomCode
org.eclipse.emf.common.util.EList<ICode> getCustomCode()Returns the value of the 'Custom Code' containment reference list. The list contents are of typeICode
.If the meaning of the 'Custom Code' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Custom Code' containment reference list.
- See Also:
-
getFlags
Returns the value of the 'Flags' map. The key is of typeFlag
, and the value is of typeString
,If the meaning of the 'Flags' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Flags' map.
- See Also:
-
getVersion
String getVersion()Returns the value of the 'Version' attribute. The default value is""
.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
-
getResource
Object getResource()Returns the value of the 'Resource' attribute.If the meaning of the 'Resource' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Resource' attribute.
- See Also:
-
setResource
Sets the value of the 'Resource
' attribute.- Parameters:
value
- the new value of the 'Resource' attribute.- See Also:
-
getCustomCode
-
getVariable
-
getFlag
-
setVariable
-
setFlag
-