Interface | Description |
---|---|
ConditionExpression |
Interface evaluates a conditional expression to true or false.
|
IteratingConditionExpression |
Interface used when iterating test action containers evaluate
the iteration breaking condition.
|
StopTimer |
Interface for stopping a timer.
|
TestActionContainer |
Container interface describing all test action containers that hold several embedded test actions
to execute.
|
Class | Description |
---|---|
AbstractActionContainer |
Abstract base class for all containers holding several embedded test actions.
|
AbstractIteratingActionContainer | |
AbstractSuiteActionContainer |
Abstract suit container actions executed before and after test suite run.
|
AbstractTestBoundaryActionContainer |
Abstract test action container describes methods to enable/disable container execution based on given test name, package
and test groups.
|
Assert |
Assert exception to happen in nested test action.
|
Catch |
Action catches possible exceptions in nested test actions.
|
Conditional |
Class executes nested test actions if condition expression evaluates to true.
|
HamcrestConditionExpression |
Condition expression that evaluates a Hamcrest matcher.
|
Iterate |
Class executes nested test actions in loops.
|
Parallel |
Test action will execute nested actions in parallel.
|
RepeatOnErrorUntilTrue |
Looping test container iterating the nested test actions in case an error occurred in one
of them.
|
RepeatUntilTrue |
Typical implementation of repeat iteration loop.
|
Sequence |
Sequence container executing a set of nested test actions in simple sequence.
|
SequenceAfterSuite |
Sequence of Citrus test actions that get executed after a test suite run.
|
SequenceAfterTest |
Sequence of test actions executed after a test case.
|
SequenceBeforeSuite |
Sequence of Citrus test actions that get executed before a test suite run.
|
SequenceBeforeTest |
Sequence of test actions executed before a test case.
|
Template |
This class represents a previously defined block of test actions.
|
Timer |
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.