Uses of Interface
org.citrusframework.TestActionBuilder
Packages that use TestActionBuilder
-
Uses of TestActionBuilder in org.citrusframework
Subinterfaces of TestActionBuilder in org.citrusframeworkModifier and TypeInterfaceDescriptionstatic interfaceinterfaceTestActionContainerBuilder<T extends TestActionContainer,S extends TestActionContainerBuilder<T, S>> Methods in org.citrusframework that return TestActionBuilderModifier and TypeMethodDescription<T extends TestAction>
TestActionBuilder<T>TestActionRunner.applyBehavior(TestBehavior behavior) Apply test behavior on this test action runner.TestActionBuilder.DelegatingTestActionBuilder.getDelegate()Obtains the delegate test action builder.Methods in org.citrusframework that return types with arguments of type TestActionBuilderModifier and TypeMethodDescriptionTestCase.getActionBuilders()Provides access to the raw test action builders used to construct the list of actions in this test case.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<?>>Resolves test action builder from resource path lookup with given resource name.Methods in org.citrusframework with parameters of type TestActionBuilderModifier and TypeMethodDescriptiondefault <T extends TestAction>
TTestActionRunner.$(TestActionBuilder<T> builder) Builds and runs given test action.TestActionContainerBuilder.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.