Package org.citrusframework.container
Interface IteratingContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,B>
- All Known Subinterfaces:
IterateContainerBuilder<T,,B> RepeatOnErrorUntilTrueContainerBuilder<T,,B> RepeatUntilTrueContainerBuilder<T,B>
public interface IteratingContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
extends ActionBuilder<T,B>
-
Method Summary
Modifier and TypeMethodDescriptionAdds a condition to this iterate container.condition(IteratingConditionExpression condition) Adds a condition expression to this iterate container.Sets the index variable name.startsWith(int index) Sets the index start value.Sets the timeout.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, name
-
Method Details
-
condition
Adds a condition to this iterate container. -
condition
Adds a condition expression to this iterate container. -
index
Sets the index variable name. -
timeout
Sets the timeout. -
startsWith
Sets the index start value.
-