Uses of Class
org.citrusframework.report.TestActionListeners
Packages that use TestActionListeners
-
Uses of TestActionListeners in org.citrusframework.context
Methods in org.citrusframework.context that return TestActionListenersModifier and TypeMethodDescriptionTestContext.getTestActionListeners()Obtains the testActionListeners.Methods in org.citrusframework.context with parameters of type TestActionListenersModifier and TypeMethodDescriptionvoidTestContext.setTestActionListeners(TestActionListeners testActionListeners) Specifies the testActionListeners. -
Uses of TestActionListeners in org.citrusframework.report
Methods in org.citrusframework.report with parameters of type TestActionListenersModifier and TypeMethodDescriptionvoidTestActionListenersAware.setTestActionListeners(TestActionListeners testActionListeners) Sets the test action listeners.