Class Iterate

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

public class Iterate extends AbstractIteratingActionContainer
Class executes nested test actions in loops. Iteration continues as long as looping condition evaluates to true. Each loop an index variable is incremented. The index variable is accessible inside the nested test actions as normal test variable. Iteration starts with index=1 and increments with a default step=1.