Uses of Interface
org.citrusframework.TestActionRunner
Packages that use TestActionRunner
-
Uses of TestActionRunner in org.citrusframework
Subinterfaces of TestActionRunner in org.citrusframeworkModifier and TypeInterfaceDescriptioninterfaceRunner adds default alias methods using Gherkin behavior driven development style (GIVEN, WHEN, THEN).interfaceMethods in org.citrusframework that return TestActionRunnerModifier and TypeMethodDescriptiondefault <T extends TestAction>
TestActionRunnerTestActionRunner.$(TestActionBuilder<T> builder) Builds and runs given test action.default <T extends TestAction>
TestActionRunnerTestActionRunner.$(T action) Runs given test action.default TestActionRunnerTestActionRunner.run(List<TestActionBuilder<?>> builders) Builds and runs given test action.<T extends TestAction>
TestActionRunnerTestActionRunner.run(TestActionBuilder<T> builder) Builds and runs given test action.default <T extends TestAction>
TestActionRunnerTestActionRunner.run(T action) Runs given test action.Methods in org.citrusframework with parameters of type TestActionRunnerModifier and TypeMethodDescriptionvoidTestBehavior.apply(TestActionRunner runner) Behavior building method. -
Uses of TestActionRunner in org.citrusframework.actions
Methods in org.citrusframework.actions with parameters of type TestActionRunner