public class TestcaseDefinition extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="meta-info" type="{http://www.citrusframework.org/schema/testcase}MetaInfoType" minOccurs="0"/>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<element ref="{http://www.citrusframework.org/schema/testcase}variables" minOccurs="0"/>
<element name="actions" type="{http://www.citrusframework.org/schema/testcase}TestActionsType"/>
<element name="finally" type="{http://www.citrusframework.org/schema/testcase}TestActionsType" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TestActionsType |
_finally |
protected TestActionsType |
actions |
protected String |
description |
protected MetaInfoType |
metaInfo |
protected String |
name |
protected VariablesDefinition |
variables |
| Constructor and Description |
|---|
TestcaseDefinition() |
| Modifier and Type | Method and Description |
|---|---|
TestActionsType |
getActions()
Gets the value of the actions property.
|
String |
getDescription()
Gets the value of the description property.
|
TestActionsType |
getFinally()
Gets the value of the finally property.
|
MetaInfoType |
getMetaInfo()
Gets the value of the metaInfo property.
|
String |
getName()
Gets the value of the name property.
|
VariablesDefinition |
getVariables()
Gets the value of the variables property.
|
void |
setActions(TestActionsType value)
Sets the value of the actions property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFinally(TestActionsType value)
Sets the value of the finally property.
|
void |
setMetaInfo(MetaInfoType value)
Sets the value of the metaInfo property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVariables(VariablesDefinition value)
Sets the value of the variables property.
|
protected MetaInfoType metaInfo
protected String description
protected VariablesDefinition variables
protected TestActionsType actions
protected TestActionsType _finally
protected String name
public MetaInfoType getMetaInfo()
MetaInfoTypepublic void setMetaInfo(MetaInfoType value)
value - allowed object is
MetaInfoTypepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic VariablesDefinition getVariables()
VariablesDefinitionpublic void setVariables(VariablesDefinition value)
value - allowed object is
VariablesDefinitionpublic TestActionsType getActions()
TestActionsTypepublic void setActions(TestActionsType value)
value - allowed object is
TestActionsTypepublic TestActionsType getFinally()
TestActionsTypepublic void setFinally(TestActionsType value)
value - allowed object is
TestActionsTypepublic String getName()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.