Package org.citrusframework.container
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.
Interface used when iterating test action containers evaluate
the iteration breaking condition.
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(int index, TestContext context) Evaluates iteration breaking condition with given index.
-
Method Details
-
evaluate
Evaluates iteration breaking condition with given index.- Parameters:
index-context-- Returns:
-