Package com.consol.citrus
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 com.consol.citrus.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction>
-
-
Field Summary
-
Fields inherited from interface com.consol.citrus.TestActionBuilder
LOG, RESOURCE_PATH, TYPE_RESOLVER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Sactions(TestAction... actions)Adds test actions to the action container.Sactions(TestActionBuilder<?>... actions)Adds test actions to the action container.List<TestActionBuilder<?>>getActions()Get the list of test actions for this container.-
Methods inherited from interface com.consol.citrus.TestActionBuilder
build
-
-
-
-
Method Detail
-
actions
S actions(TestAction... actions)
Adds test actions to the action container.- Returns:
-
actions
S actions(TestActionBuilder<?>... actions)
Adds test actions to the action container.- Returns:
-
getActions
List<TestActionBuilder<?>> getActions()
Get the list of test actions for this container.- Returns:
-
-