Class RepeatUntilTrue

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

public class RepeatUntilTrue extends AbstractIteratingActionContainer
Typical implementation of repeat iteration loop. Nested test actions are executed until aborting condition evaluates to true. Index is incremented each iteration and stored as test variable accessible in the nested test actions as normal variable. Index starts with 1 by default.