Package | Description |
---|---|
com.consol.citrus | |
com.consol.citrus.actions | |
com.consol.citrus.container | |
com.consol.citrus.script |
Modifier and Type | Class and Description |
---|---|
class |
TestCase
Test case executing a list of
TestAction in sequence. |
class |
TestCaseSimulation |
Modifier and Type | Class and Description |
---|---|
class |
AntRunAction
Action calls Apache ANT with given build file and runs ANT targets
as separate build.
|
class |
CreateVariablesAction
Action creating new test variables during a test.
|
class |
EchoAction
Prints messages to the console/logger during test execution.
|
class |
FailAction
Action fails the test explicitly.
|
class |
InputAction
Test action prompts user data from standard input stream.
|
class |
JavaAction
Action to enable class invocation through java reflection
|
class |
LoadPropertiesAction
Action reads property files and creates test variables for every property entry.
|
class |
PurgeEndpointAction
Action purges all messages from a message endpoint.
|
class |
PurgeMessageChannelAction
Action purges all messages from a message channel instance.
|
class |
ReceiveMessageAction
This action receives messages from a service destination.
|
class |
ReceiveTimeoutAction
Action expecting a timeout on a message destination, this means that no message
should arrive on the destination.
|
class |
SendMessageAction
This action sends a messages to a specified message endpoint.
|
class |
SleepAction
Stop the test execution for a given amount of time.
|
class |
StartServerAction
Action starting a
Server instance. |
class |
StopServerAction
Action stopping
Server instances. |
class |
StopTimeAction
Action used for time measurement during test.
|
class |
StopTimerAction |
class |
TraceVariablesAction
Action that prints variable values to the console/logger.
|
class |
TransformAction
Action transforms a XML document(specified inline or from external file resource)
with a XSLT document(specified inline or from external file resource)
and puts the result in the specified variable.
|
class |
WaitAction
Pause the test execution until the condition is met or the wait time has been exceeded.
|
Modifier and Type | Method and Description |
---|---|
AbstractTestAction |
AbstractTestAction.setActor(TestActor actor)
Sets the actor.
|
AbstractTestAction |
AbstractTestAction.setDescription(String description) |
AbstractTestAction |
AbstractTestAction.setName(String name)
(non-Javadoc)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractActionContainer
Abstract base class for all containers holding several embedded test actions.
|
class |
AbstractIteratingActionContainer |
class |
AbstractSuiteActionContainer
Abstract suit container actions executed before and after test suite run.
|
class |
AbstractTestBoundaryActionContainer
Abstract test action container describes methods to enable/disable container execution based on given test name, package
and test groups.
|
class |
Assert
Assert exception to happen in nested test action.
|
class |
Catch
Action catches possible exceptions in nested test actions.
|
class |
Conditional
Class executes nested test actions if condition expression evaluates to true.
|
class |
Iterate
Class executes nested test actions in loops.
|
class |
Parallel
Test action will execute nested actions in parallel.
|
class |
RepeatOnErrorUntilTrue
Looping test container iterating the nested test actions in case an error occurred in one
of them.
|
class |
RepeatUntilTrue
Typical implementation of repeat iteration loop.
|
class |
Sequence
Sequence container executing a set of nested test actions in simple sequence.
|
class |
SequenceAfterSuite
Sequence of Citrus test actions that get executed after a test suite run.
|
class |
SequenceAfterTest
Sequence of test actions executed after a test case.
|
class |
SequenceBeforeSuite
Sequence of Citrus test actions that get executed before a test suite run.
|
class |
SequenceBeforeTest
Sequence of test actions executed before a test case.
|
class |
Template
This class represents a previously defined block of test actions.
|
class |
Timer |
Modifier and Type | Class and Description |
---|---|
class |
GroovyAction
Action executes groovy scripts either specified inline or from external file resource.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.