Interface ITestSuiteDefinition
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
TestSuiteDefinition
public interface ITestSuiteDefinition
extends org.eclipse.emf.ecore.EObject
The following features are supported:
-
Field Summary
Fields Modifier and Type Field Description static String
CODE_LOCATION_TESTFILE_SETUP
static String
CODE_LOCATION_TESTFILE_TEARDOWN
static String
CODE_LOCATION_TESTSUITE_SETUP
static String
CODE_LOCATION_TESTSUITE_TEARDOWN
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<ICode>
getCustomCode()
Returns the value of the 'Custom Code' containment reference list.ICode
getCustomCode(String location)
String
getDescription()
Returns the value of the 'Description' attribute.org.eclipse.emf.common.util.EList<org.eclipse.core.runtime.IPath>
getDisabledResources()
Returns the value of the 'Disabled Resources' attribute list.String
getExcludeFilter()
Returns the value of the 'Exclude Filter' attribute.<T> T
getFlag(Flag identifier, T defaultValue)
org.eclipse.emf.common.util.EMap<Flag,String>
getFlags()
Returns the value of the 'Flags' map.String
getIncludeFilter()
Returns the value of the 'Include Filter' attribute.String
getName()
Returns the value of the 'Name' attribute.Object
getResource()
Returns the value of the 'Resource' attribute.IVariable
getVariable(String name)
org.eclipse.emf.common.util.EList<IVariable>
getVariables()
Returns the value of the 'Variables' containment reference list.String
getVersion()
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
setIncludeFilter(String value)
Sets the value of the 'Include Filter
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setResource(Object value)
Sets the value of the 'Resource
' attribute.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:
- Constant Field Values
-
CODE_LOCATION_TESTSUITE_TEARDOWN
- See Also:
- Constant Field Values
-
CODE_LOCATION_TESTFILE_SETUP
- See Also:
- Constant Field Values
-
CODE_LOCATION_TESTFILE_TEARDOWN
- See Also:
- Constant Field Values
-
-
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(String)
,IDefinitionPackage.getTestSuiteDefinition_Name()
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
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(String)
,IDefinitionPackage.getTestSuiteDefinition_Description()
-
setDescription
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
getDescription()
-
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(String)
,IDefinitionPackage.getTestSuiteDefinition_IncludeFilter()
-
setIncludeFilter
Sets the value of the 'Include Filter
' attribute.- Parameters:
value
- the new value of the 'Include Filter' attribute.- See Also:
getIncludeFilter()
-
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(String)
,IDefinitionPackage.getTestSuiteDefinition_ExcludeFilter()
-
setExcludeFilter
Sets the value of the 'Exclude Filter
' attribute.- Parameters:
value
- the new value of the 'Exclude Filter' attribute.- See Also:
getExcludeFilter()
-
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:
IDefinitionPackage.getTestSuiteDefinition_DisabledResources()
-
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:
IDefinitionPackage.getTestSuiteDefinition_Variables()
-
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:
IDefinitionPackage.getTestSuiteDefinition_CustomCode()
-
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:
IDefinitionPackage.getTestSuiteDefinition_Flags()
-
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(String)
,IDefinitionPackage.getTestSuiteDefinition_Version()
-
setVersion
Sets the value of the 'Version
' attribute.- Parameters:
value
- the new value of the 'Version' attribute.- See Also:
getVersion()
-
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(Object)
,IDefinitionPackage.getTestSuiteDefinition_Resource()
-
setResource
Sets the value of the 'Resource
' attribute.- Parameters:
value
- the new value of the 'Resource' attribute.- See Also:
getResource()
-
getCustomCode
-
getVariable
-
getFlag
-