Interface IteratingConditionExpression

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IteratingConditionExpression
    Interface used when iterating test action containers evaluate the iteration breaking condition.
    Since:
    2.3
    Author:
    Christoph Deppisch
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean evaluate​(int index, com.consol.citrus.context.TestContext context)
      Evaluates iteration breaking condition with given index.
    • Method Detail

      • evaluate

        boolean evaluate​(int index,
                         com.consol.citrus.context.TestContext context)
        Evaluates iteration breaking condition with given index.
        Parameters:
        index -
        context -
        Returns: