Uses of Interface
com.consol.citrus.container.TestActionContainer
-
Packages that use TestActionContainer Package Description com.consol.citrus com.consol.citrus.container -
-
Uses of TestActionContainer in com.consol.citrus
Classes in com.consol.citrus with type parameters of type TestActionContainer Modifier and Type Interface Description interfaceTestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T,S>>Subinterfaces of TestActionContainer in com.consol.citrus Modifier and Type Interface Description interfaceTestCaseTest case executing a list ofTestActionin sequence. -
Uses of TestActionContainer in com.consol.citrus.container
Subinterfaces of TestActionContainer in com.consol.citrus.container Modifier and Type Interface Description interfaceAfterSuiteinterfaceAfterTestinterfaceBeforeSuiteinterfaceBeforeTestMethods in com.consol.citrus.container that return TestActionContainer Modifier and Type Method Description TestActionContainerTestActionContainer. addTestAction(TestAction action)Adds a test action to the nested action list.TestActionContainerTestActionContainer. addTestActions(TestAction... action)Adds one to many test actions to the nested action list.TestActionContainerTestActionContainer. setActions(List<TestAction> actions)Sets the embedded test actions to execute within this container.
-