Class Iterate

  • 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 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.
    Author:
    Christoph Deppisch
    • Constructor Detail

      • Iterate

        public Iterate​(Iterate.Builder builder)
        Default constructor.
    • Method Detail

      • getStep

        public int getStep()
        Gets the step.
        Returns:
        the step