Uses of Interface
org.citrusframework.container.TestActionContainer
Packages that use TestActionContainer
-
Uses of TestActionContainer in org.citrusframework
Classes in org.citrusframework with type parameters of type TestActionContainerModifier and TypeInterfaceDescriptioninterfaceTestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T, S>> Subinterfaces of TestActionContainer in org.citrusframeworkModifier and TypeInterfaceDescriptioninterfaceTest case executing a list ofTestActionin sequence. -
Uses of TestActionContainer in org.citrusframework.container
Subinterfaces of TestActionContainer in org.citrusframework.containerModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceMethods in org.citrusframework.container that return TestActionContainerModifier and TypeMethodDescriptionTestActionContainer.addTestAction(TestAction action) Adds a test action to the nested action list.TestActionContainer.addTestActions(TestAction... action) Adds one to many test actions to the nested action list.TestActionContainer.setActions(List<TestAction> actions) Sets the embedded test actions to execute within this container.