public interface ITestSuiteDefinition
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CODE_LOCATION_TESTFILE_SETUP |
static java.lang.String |
CODE_LOCATION_TESTFILE_TEARDOWN |
static java.lang.String |
CODE_LOCATION_TESTSUITE_SETUP |
static java.lang.String |
CODE_LOCATION_TESTSUITE_TEARDOWN |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ICode> |
getCustomCode()
Returns the value of the 'Custom Code' containment reference list.
|
ICode |
getCustomCode(java.lang.String location) |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<IPath> |
getDisabledResources()
Returns the value of the 'Disabled Resources' attribute list.
|
java.lang.String |
getExcludeFilter()
Returns the value of the 'Exclude Filter' attribute.
|
<T> T |
getFlag(Flag identifier,
T defaultValue) |
org.eclipse.emf.common.util.EMap<Flag,java.lang.String> |
getFlags()
Returns the value of the 'Flags' map.
|
java.lang.String |
getIncludeFilter()
Returns the value of the 'Include Filter' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.Object |
getResource()
Returns the value of the 'Resource' attribute.
|
IVariable |
getVariable(java.lang.String name) |
org.eclipse.emf.common.util.EList<IVariable> |
getVariables()
Returns the value of the 'Variables' containment reference list.
|
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setExcludeFilter(java.lang.String value)
Sets the value of the '
Exclude Filter ' attribute. |
void |
setIncludeFilter(java.lang.String value)
Sets the value of the '
Include Filter ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setResource(java.lang.Object value)
Sets the value of the '
Resource ' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the '
Version ' attribute. |
static final java.lang.String CODE_LOCATION_TESTSUITE_SETUP
static final java.lang.String CODE_LOCATION_TESTSUITE_TEARDOWN
static final java.lang.String CODE_LOCATION_TESTFILE_SETUP
static final java.lang.String CODE_LOCATION_TESTFILE_TEARDOWN
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
IDefinitionPackage.getTestSuiteDefinition_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
IDefinitionPackage.getTestSuiteDefinition_Description()
void setDescription(java.lang.String value)
Description
' attribute. value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getIncludeFilter()
""
.
If the meaning of the 'Include Filter' attribute isn't clear, there really should be more of a description here...
setIncludeFilter(String)
,
IDefinitionPackage.getTestSuiteDefinition_IncludeFilter()
void setIncludeFilter(java.lang.String value)
Include Filter
' attribute. value
- the new value of the 'Include Filter' attribute.getIncludeFilter()
java.lang.String getExcludeFilter()
""
.
If the meaning of the 'Exclude Filter' attribute isn't clear, there really should be more of a description here...
setExcludeFilter(String)
,
IDefinitionPackage.getTestSuiteDefinition_ExcludeFilter()
void setExcludeFilter(java.lang.String value)
Exclude Filter
' attribute. value
- the new value of the 'Exclude Filter' attribute.getExcludeFilter()
org.eclipse.emf.common.util.EList<IPath> getDisabledResources()
IPath
.
If the meaning of the 'Disabled Resources' attribute list isn't clear, there really should be more of a description here...
IDefinitionPackage.getTestSuiteDefinition_DisabledResources()
org.eclipse.emf.common.util.EList<IVariable> getVariables()
IVariable
.
If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...
IDefinitionPackage.getTestSuiteDefinition_Variables()
org.eclipse.emf.common.util.EList<ICode> getCustomCode()
ICode
.
If the meaning of the 'Custom Code' containment reference list isn't clear, there really should be more of a description here...
IDefinitionPackage.getTestSuiteDefinition_CustomCode()
org.eclipse.emf.common.util.EMap<Flag,java.lang.String> getFlags()
Flag
, and the value is of type
String
,
If the meaning of the 'Flags' map isn't clear, there really should be more of a description here...
IDefinitionPackage.getTestSuiteDefinition_Flags()
java.lang.String getVersion()
""
.
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
IDefinitionPackage.getTestSuiteDefinition_Version()
void setVersion(java.lang.String value)
Version
' attribute. value
- the new value of the 'Version' attribute.getVersion()
java.lang.Object getResource()
If the meaning of the 'Resource' attribute isn't clear, there really should be more of a description here...
setResource(Object)
,
IDefinitionPackage.getTestSuiteDefinition_Resource()
void setResource(java.lang.Object value)
Resource
' attribute. value
- the new value of the 'Resource' attribute.getResource()
ICode getCustomCode(java.lang.String location)
IVariable getVariable(java.lang.String name)
<T> T getFlag(Flag identifier, T defaultValue)