Package com.consol.citrus.container

Interface Summary
TestActionContainer Container interface describing all test action containers that hold several embedded test actions to execute.
 

Class Summary
AbstractActionContainer Abstract base class for all containers holding several embedded test actions.
AbstractIteratingTestAction  
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.
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  
SequenceBeforeSuite  
SequenceBeforeTest  
Template Class represents a previously defined block of test actions.
 



Copyright © 2008-2013 ConSol* Consulting&Solutions GmbH. All Rights Reserved.