public class AssertDefinition extends Object
Java class for AssertActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssertActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<group ref="{http://www.citrusframework.org/schema/testcase}actionGroup"/>
</sequence>
<attribute name="exception" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AssertDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
getAction()
Gets the value of the action property.
|
AntDefinition |
getAnt()
Gets the value of the ant property.
|
Object |
getAny()
Gets the value of the any property.
|
AssertDefinition |
getAssert()
Gets the value of the assert property.
|
CallTemplateDefinition |
getCallTemplate()
Gets the value of the callTemplate property.
|
CatchDefinition |
getCatch()
Gets the value of the catch property.
|
ConditionalDefinition |
getConditional()
Gets the value of the conditional property.
|
CreateVariablesDefinition |
getCreateVariables()
Gets the value of the createVariables property.
|
String |
getDescription()
Gets the value of the description property.
|
EchoDefinition |
getEcho()
Gets the value of the echo property.
|
String |
getException()
Gets the value of the exception property.
|
ExpectTimeoutDefinition |
getExpectTimeout()
Gets the value of the expectTimeout property.
|
FailDefinition |
getFail()
Gets the value of the fail property.
|
GroovyDefinition |
getGroovy()
Gets the value of the groovy property.
|
InputDefinition |
getInput()
Gets the value of the input property.
|
IterateDefinition |
getIterate()
Gets the value of the iterate property.
|
JavaDefinition |
getJava()
Gets the value of the java property.
|
LoadDefinition |
getLoad()
Gets the value of the load property.
|
String |
getMessage()
Gets the value of the message property.
|
ParallelDefinition |
getParallel()
Gets the value of the parallel property.
|
PlsqlDefinition |
getPlsql()
Gets the value of the plsql property.
|
PurgeChannelDefinition |
getPurgeChannel()
Gets the value of the purgeChannel property.
|
PurgeEndpointDefinition |
getPurgeEndpoint()
Gets the value of the purgeEndpoint property.
|
ReceiveDefinition |
getReceive()
Gets the value of the receive property.
|
RepeatOnerrorUntilTrueDefinition |
getRepeatOnerrorUntilTrue()
Gets the value of the repeatOnerrorUntilTrue property.
|
RepeatUntilTrueDefinition |
getRepeatUntilTrue()
Gets the value of the repeatUntilTrue property.
|
SendDefinition |
getSend()
Gets the value of the send property.
|
SequentialDefinition |
getSequential()
Gets the value of the sequential property.
|
SleepDefinition |
getSleep()
Gets the value of the sleep property.
|
SqlDefinition |
getSql()
Gets the value of the sql property.
|
StartDefinition |
getStart()
Gets the value of the start property.
|
StopDefinition |
getStop()
Gets the value of the stop property.
|
TraceTimeDefinition |
getTraceTime()
Gets the value of the traceTime property.
|
TraceVariablesDefinition |
getTraceVariables()
Gets the value of the traceVariables property.
|
TransformDefinition |
getTransform()
Gets the value of the transform property.
|
WaitDefinition |
getWait()
Gets the value of the wait property.
|
void |
setAction(ActionDefinition value)
Sets the value of the action property.
|
void |
setAnt(AntDefinition value)
Sets the value of the ant property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setAssert(AssertDefinition value)
Sets the value of the assert property.
|
void |
setCallTemplate(CallTemplateDefinition value)
Sets the value of the callTemplate property.
|
void |
setCatch(CatchDefinition value)
Sets the value of the catch property.
|
void |
setConditional(ConditionalDefinition value)
Sets the value of the conditional property.
|
void |
setCreateVariables(CreateVariablesDefinition value)
Sets the value of the createVariables property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEcho(EchoDefinition value)
Sets the value of the echo property.
|
void |
setException(String value)
Sets the value of the exception property.
|
void |
setExpectTimeout(ExpectTimeoutDefinition value)
Sets the value of the expectTimeout property.
|
void |
setFail(FailDefinition value)
Sets the value of the fail property.
|
void |
setGroovy(GroovyDefinition value)
Sets the value of the groovy property.
|
void |
setInput(InputDefinition value)
Sets the value of the input property.
|
void |
setIterate(IterateDefinition value)
Sets the value of the iterate property.
|
void |
setJava(JavaDefinition value)
Sets the value of the java property.
|
void |
setLoad(LoadDefinition value)
Sets the value of the load property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setParallel(ParallelDefinition value)
Sets the value of the parallel property.
|
void |
setPlsql(PlsqlDefinition value)
Sets the value of the plsql property.
|
void |
setPurgeChannel(PurgeChannelDefinition value)
Sets the value of the purgeChannel property.
|
void |
setPurgeEndpoint(PurgeEndpointDefinition value)
Sets the value of the purgeEndpoint property.
|
void |
setReceive(ReceiveDefinition value)
Sets the value of the receive property.
|
void |
setRepeatOnerrorUntilTrue(RepeatOnerrorUntilTrueDefinition value)
Sets the value of the repeatOnerrorUntilTrue property.
|
void |
setRepeatUntilTrue(RepeatUntilTrueDefinition value)
Sets the value of the repeatUntilTrue property.
|
void |
setSend(SendDefinition value)
Sets the value of the send property.
|
void |
setSequential(SequentialDefinition value)
Sets the value of the sequential property.
|
void |
setSleep(SleepDefinition value)
Sets the value of the sleep property.
|
void |
setSql(SqlDefinition value)
Sets the value of the sql property.
|
void |
setStart(StartDefinition value)
Sets the value of the start property.
|
void |
setStop(StopDefinition value)
Sets the value of the stop property.
|
void |
setTraceTime(TraceTimeDefinition value)
Sets the value of the traceTime property.
|
void |
setTraceVariables(TraceVariablesDefinition value)
Sets the value of the traceVariables property.
|
void |
setTransform(TransformDefinition value)
Sets the value of the transform property.
|
void |
setWait(WaitDefinition value)
Sets the value of the wait property.
|
protected String description
protected Object any
protected WaitDefinition wait
protected StopDefinition stop
protected StartDefinition start
protected AntDefinition ant
protected TransformDefinition transform
protected GroovyDefinition groovy
protected AssertDefinition _assert
protected CatchDefinition _catch
protected ParallelDefinition parallel
protected FailDefinition fail
protected SequentialDefinition sequential
protected ConditionalDefinition conditional
protected RepeatOnerrorUntilTrueDefinition repeatOnerrorUntilTrue
protected RepeatUntilTrueDefinition repeatUntilTrue
protected LoadDefinition load
protected IterateDefinition iterate
protected InputDefinition input
protected CallTemplateDefinition callTemplate
protected PurgeChannelDefinition purgeChannel
protected PurgeEndpointDefinition purgeEndpoint
protected ExpectTimeoutDefinition expectTimeout
protected EchoDefinition echo
protected TraceTimeDefinition traceTime
protected CreateVariablesDefinition createVariables
protected TraceVariablesDefinition traceVariables
protected SleepDefinition sleep
protected JavaDefinition java
protected PlsqlDefinition plsql
protected SqlDefinition sql
protected ReceiveDefinition receive
protected SendDefinition send
protected ActionDefinition action
protected String exception
protected String message
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic WaitDefinition getWait()
WaitDefinitionpublic void setWait(WaitDefinition value)
value - allowed object is
WaitDefinitionpublic StopDefinition getStop()
StopDefinitionpublic void setStop(StopDefinition value)
value - allowed object is
StopDefinitionpublic StartDefinition getStart()
StartDefinitionpublic void setStart(StartDefinition value)
value - allowed object is
StartDefinitionpublic AntDefinition getAnt()
AntDefinitionpublic void setAnt(AntDefinition value)
value - allowed object is
AntDefinitionpublic TransformDefinition getTransform()
TransformDefinitionpublic void setTransform(TransformDefinition value)
value - allowed object is
TransformDefinitionpublic GroovyDefinition getGroovy()
GroovyDefinitionpublic void setGroovy(GroovyDefinition value)
value - allowed object is
GroovyDefinitionpublic AssertDefinition getAssert()
AssertDefinitionpublic void setAssert(AssertDefinition value)
value - allowed object is
AssertDefinitionpublic CatchDefinition getCatch()
CatchDefinitionpublic void setCatch(CatchDefinition value)
value - allowed object is
CatchDefinitionpublic ParallelDefinition getParallel()
ParallelDefinitionpublic void setParallel(ParallelDefinition value)
value - allowed object is
ParallelDefinitionpublic FailDefinition getFail()
FailDefinitionpublic void setFail(FailDefinition value)
value - allowed object is
FailDefinitionpublic SequentialDefinition getSequential()
SequentialDefinitionpublic void setSequential(SequentialDefinition value)
value - allowed object is
SequentialDefinitionpublic ConditionalDefinition getConditional()
ConditionalDefinitionpublic void setConditional(ConditionalDefinition value)
value - allowed object is
ConditionalDefinitionpublic RepeatOnerrorUntilTrueDefinition getRepeatOnerrorUntilTrue()
RepeatOnerrorUntilTrueDefinitionpublic void setRepeatOnerrorUntilTrue(RepeatOnerrorUntilTrueDefinition value)
value - allowed object is
RepeatOnerrorUntilTrueDefinitionpublic RepeatUntilTrueDefinition getRepeatUntilTrue()
RepeatUntilTrueDefinitionpublic void setRepeatUntilTrue(RepeatUntilTrueDefinition value)
value - allowed object is
RepeatUntilTrueDefinitionpublic LoadDefinition getLoad()
LoadDefinitionpublic void setLoad(LoadDefinition value)
value - allowed object is
LoadDefinitionpublic IterateDefinition getIterate()
IterateDefinitionpublic void setIterate(IterateDefinition value)
value - allowed object is
IterateDefinitionpublic InputDefinition getInput()
InputDefinitionpublic void setInput(InputDefinition value)
value - allowed object is
InputDefinitionpublic CallTemplateDefinition getCallTemplate()
CallTemplateDefinitionpublic void setCallTemplate(CallTemplateDefinition value)
value - allowed object is
CallTemplateDefinitionpublic PurgeChannelDefinition getPurgeChannel()
PurgeChannelDefinitionpublic void setPurgeChannel(PurgeChannelDefinition value)
value - allowed object is
PurgeChannelDefinitionpublic PurgeEndpointDefinition getPurgeEndpoint()
PurgeEndpointDefinitionpublic void setPurgeEndpoint(PurgeEndpointDefinition value)
value - allowed object is
PurgeEndpointDefinitionpublic ExpectTimeoutDefinition getExpectTimeout()
ExpectTimeoutDefinitionpublic void setExpectTimeout(ExpectTimeoutDefinition value)
value - allowed object is
ExpectTimeoutDefinitionpublic EchoDefinition getEcho()
EchoDefinitionpublic void setEcho(EchoDefinition value)
value - allowed object is
EchoDefinitionpublic TraceTimeDefinition getTraceTime()
TraceTimeDefinitionpublic void setTraceTime(TraceTimeDefinition value)
value - allowed object is
TraceTimeDefinitionpublic CreateVariablesDefinition getCreateVariables()
CreateVariablesDefinitionpublic void setCreateVariables(CreateVariablesDefinition value)
value - allowed object is
CreateVariablesDefinitionpublic TraceVariablesDefinition getTraceVariables()
TraceVariablesDefinitionpublic void setTraceVariables(TraceVariablesDefinition value)
value - allowed object is
TraceVariablesDefinitionpublic SleepDefinition getSleep()
SleepDefinitionpublic void setSleep(SleepDefinition value)
value - allowed object is
SleepDefinitionpublic JavaDefinition getJava()
JavaDefinitionpublic void setJava(JavaDefinition value)
value - allowed object is
JavaDefinitionpublic PlsqlDefinition getPlsql()
PlsqlDefinitionpublic void setPlsql(PlsqlDefinition value)
value - allowed object is
PlsqlDefinitionpublic SqlDefinition getSql()
SqlDefinitionpublic void setSql(SqlDefinition value)
value - allowed object is
SqlDefinitionpublic ReceiveDefinition getReceive()
ReceiveDefinitionpublic void setReceive(ReceiveDefinition value)
value - allowed object is
ReceiveDefinitionpublic SendDefinition getSend()
SendDefinitionpublic void setSend(SendDefinition value)
value - allowed object is
SendDefinitionpublic ActionDefinition getAction()
ActionDefinitionpublic void setAction(ActionDefinition value)
value - allowed object is
ActionDefinitionpublic String getException()
Stringpublic void setException(String value)
value - allowed object is
Stringpublic String getMessage()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.