Package org.citrusframework
Interface TestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T,S>>
- All Superinterfaces:
TestActionBuilder<T>
- All Known Subinterfaces:
AssertContainerBuilder<T,,B> AsyncContainerBuilder<T,,B> CatchContainerBuilder<T,,B> ConditionalContainerBuilder<T,,B> FinallyContainerBuilder<T,,B> IterateContainerBuilder<T,,B> ParallelContainerBuilder<T,,B> RepeatOnErrorUntilTrueContainerBuilder<T,,B> RepeatUntilTrueContainerBuilder<T,,B> SequentialContainerBuilder<T,,B> SoapAssertFaultActionBuilder<T,,B> TimerContainerBuilder<T,B>
public interface TestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T,S>>
extends TestActionBuilder<T>
- Since:
- 2.3
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionactions(TestAction... actions) Adds test actions to the action container.actions(TestActionBuilder<?>... actions) Adds test actions to the action container.Get the list of test actions for this container.Methods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
actions
Adds test actions to the action container.- Returns:
-
actions
Adds test actions to the action container.- Returns:
-
getActions
List<TestActionBuilder<?>> getActions()Get the list of test actions for this container.- Returns:
-