Package org.citrusframework.container
Interface ExceptionContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
- All Superinterfaces:
ActionBuilder<T,B>
- All Known Subinterfaces:
AssertContainerBuilder<T,,B> CatchContainerBuilder<T,B>
public interface ExceptionContainerBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
extends ActionBuilder<T,B>
-
Method Summary
Modifier and TypeMethodDescriptionwhen(TestAction... actions) Fills container with actions.when(TestActionBuilder<?>... actions) Fills container with actions.Methods inherited from interface org.citrusframework.actions.ActionBuilder
actor, description, name
-
Method Details
-
when
Fills container with actions.- Parameters:
actions-- Returns:
-
when
Fills container with actions.- Parameters:
actions-- Returns:
-