Class RepeatUntilTrue

  • All Implemented Interfaces:
    com.consol.citrus.common.Described, com.consol.citrus.common.Named, com.consol.citrus.Completable, com.consol.citrus.container.TestActionContainer, com.consol.citrus.TestAction, com.consol.citrus.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.
    Author:
    Christoph Deppisch