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
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(int index, TestContext context)
    Evaluates iteration breaking condition with given index.
  • Method Details

    • evaluate

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