Class RepeatOnErrorUntilTrue

All Implemented Interfaces:
Described, Named, Completable, TestActionContainer, TestAction, TestActorAware

public class RepeatOnErrorUntilTrue extends AbstractIteratingActionContainer
Looping test container iterating the nested test actions in case an error occurred in one of them. Iteration continues until a aborting condition evaluates to true.

Number of iterations is kept in a index variable. The nested test actions can access this variable as normal test variable.

Between the iterations container can sleep automatically a given amount of time.