Uses of Interface
com.consol.citrus.TestActionBuilder
-
Packages that use TestActionBuilder Package Description com.consol.citrus -
-
Uses of TestActionBuilder in com.consol.citrus
Subinterfaces of TestActionBuilder in com.consol.citrus Modifier and Type Interface Description static interfaceTestActionBuilder.DelegatingTestActionBuilder<T extends TestAction>interfaceTestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T,S>>Methods in com.consol.citrus that return TestActionBuilder Modifier and Type Method Description <T extends TestAction>
TestActionBuilder<T>TestActionRunner. applyBehavior(TestBehavior behavior)Apply test behavior on this test action runner.TestActionBuilder<?>TestActionBuilder.DelegatingTestActionBuilder. getDelegate()Obtains the delegate test action builder.Methods in com.consol.citrus that return types with arguments of type TestActionBuilder Modifier and Type Method Description List<TestActionBuilder<?>>TestCase. getActionBuilders()Provides access to the raw test action builders used to construct the list of actions in this test case.List<TestActionBuilder<?>>TestActionContainerBuilder. getActions()Get the list of test actions for this container.static Map<String,TestActionBuilder<?>>TestActionBuilder. lookup()Resolves all available test action builders from resource path lookup.static Optional<TestActionBuilder<?>>TestActionBuilder. lookup(String builder)Resolves test action builder from resource path lookup with given resource name.Methods in com.consol.citrus with parameters of type TestActionBuilder Modifier and Type Method Description default <T extends TestAction>
TTestActionRunner. $(TestActionBuilder<T> builder)Builds and runs given test action.STestActionContainerBuilder. actions(TestActionBuilder<?>... actions)Adds test actions to the action container.voidTestCase. addFinalAction(TestActionBuilder<?> builder)Adds action to finally action chain.default <T extends TestAction>
TGherkinTestActionRunner. and(TestActionBuilder<T> builder)Behavior driven style alias for run method.default <T extends TestAction>
TGherkinTestActionRunner. given(TestActionBuilder<T> builder)Behavior driven style alias for run method.<T extends TestAction>
TTestActionRunner. run(TestActionBuilder<T> builder)Builds and runs given test action.default <T extends TestAction>
TGherkinTestActionRunner. then(TestActionBuilder<T> builder)Behavior driven style alias for run method.default <T extends TestAction>
TGherkinTestActionRunner. when(TestActionBuilder<T> builder)Behavior driven style alias for run method.
-