Package org.citrusframework
Interface TestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T,S>>
- All Superinterfaces:
TestActionBuilder<T>
public interface TestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T,S>>
extends TestActionBuilder<T>
- Since:
- 2.3
- Author:
- Christoph Deppisch
-
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:
-