Uses of Interface
org.citrusframework.TestAction
Packages that use TestAction
Package
Description
-
Uses of TestAction in org.citrusframework
Classes in org.citrusframework with type parameters of type TestActionModifier and TypeInterfaceDescriptioninterfaceTestActionBuilder<T extends TestAction>Test action builder.static interfaceSubinterfaces of TestAction in org.citrusframeworkModifier and TypeInterfaceDescriptioninterfaceTest case executing a list ofTestActionin sequence.Methods in org.citrusframework with type parameters of type TestActionModifier and TypeMethodDescriptiondefault <T extends TestAction>
TTestActionRunner.$(TestActionBuilder<T> builder) Builds and runs given test action.default <T extends TestAction>
TTestActionRunner.$(T action) Runs given test action.default <T extends TestAction>
TGherkinTestActionRunner.and(TestActionBuilder<T> builder) Behavior driven style alias for run method.default <T extends TestAction>
TGherkinTestActionRunner.and(T action) Behavior driven style alias for run method.<T extends TestAction>
TestActionBuilder<T>TestActionRunner.applyBehavior(TestBehavior behavior) Apply test behavior on this test action runner.default <T extends TestAction>
TGherkinTestActionRunner.given(TestActionBuilder<T> builder) Behavior driven style alias for run method.default <T extends TestAction>
TGherkinTestActionRunner.given(T action) 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>
TTestActionRunner.run(T action) 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.then(T action) Behavior driven style alias for run method.default <T extends TestAction>
TGherkinTestActionRunner.when(TestActionBuilder<T> builder) Behavior driven style alias for run method.default <T extends TestAction>
TGherkinTestActionRunner.when(T action) Behavior driven style alias for run method.Methods in org.citrusframework that return TestActionModifier and TypeMethodDescriptionSets the test actor associated with a test action.Methods in org.citrusframework with parameters of type TestActionModifier and TypeMethodDescriptionTestActionContainerBuilder.actions(TestAction... actions) Adds test actions to the action container.default voidTestCase.addFinalAction(TestAction action) Adds action to finally action chain.voidTestCase.executeAction(TestAction action, TestContext context) Executes a single test action with given test context. -
Uses of TestAction in org.citrusframework.common
Methods in org.citrusframework.common that return TestActionModifier and TypeMethodDescriptionDescribed.setDescription(String description) Description setter. -
Uses of TestAction in org.citrusframework.container
Subinterfaces of TestAction in org.citrusframework.containerModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceContainer interface describing all test action containers that hold several embedded test actions to execute.Methods in org.citrusframework.container that return TestActionModifier and TypeMethodDescriptionTestActionContainer.getActiveAction()Get the action that was executed most recently.TestActionContainer.getTestAction(int index) Get the test action with given index in list.Methods in org.citrusframework.container that return types with arguments of type TestActionModifier and TypeMethodDescriptionTestActionContainer.getActions()Get the embedded test actions within this container.TestActionContainer.getExecutedActions()Gets all nested actions that have been executed in the container.Methods in org.citrusframework.container with parameters of type TestActionModifier 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.intTestActionContainer.getActionIndex(TestAction action) Returns the index in the action chain for provided action instance.voidTestActionContainer.setActiveAction(TestAction action) Sets the current active action executed.voidTestActionContainer.setExecutedAction(TestAction action) Sets the last action that has been executed.Method parameters in org.citrusframework.container with type arguments of type TestActionModifier and TypeMethodDescriptionTestActionContainer.setActions(List<TestAction> actions) Sets the embedded test actions to execute within this container. -
Uses of TestAction in org.citrusframework.message
Methods in org.citrusframework.message with parameters of type TestActionModifier and TypeMethodDescriptionDefaultMessageStore.constructMessageName(TestAction action, Endpoint endpoint) MessageStore.constructMessageName(TestAction action, Endpoint endpoint) -
Uses of TestAction in org.citrusframework.report
Methods in org.citrusframework.report with parameters of type TestActionModifier and TypeMethodDescriptionvoidTestActionListener.onTestActionFinish(TestCase testCase, TestAction testAction) Invoked when test gets finishedvoidTestActionListeners.onTestActionFinish(TestCase testCase, TestAction testAction) voidTestActionListener.onTestActionSkipped(TestCase testCase, TestAction testAction) Invoked when test is skippedvoidTestActionListeners.onTestActionSkipped(TestCase testCase, TestAction testAction) voidTestActionListener.onTestActionStart(TestCase testCase, TestAction testAction) Invoked when test gets startedvoidTestActionListeners.onTestActionStart(TestCase testCase, TestAction testAction)