Package org.citrusframework.report
Class TestActionListeners
java.lang.Object
org.citrusframework.report.TestActionListeners
- All Implemented Interfaces:
TestActionListenerAware
Class broadcasting test action events to all available test action listeners
injected by Spring's IoC container.
- Since:
- 1.3
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestActionListener(TestActionListener listener) Adds a new test action listener.Obtains the testActionListeners.voidonTestActionFinish(TestCase testCase, TestAction testAction) voidonTestActionSkipped(TestCase testCase, TestAction testAction) voidonTestActionStart(TestCase testCase, TestAction testAction)
-
Constructor Details
-
TestActionListeners
public TestActionListeners()
-
-
Method Details
-
onTestActionFinish
-
onTestActionSkipped
-
onTestActionStart
-
addTestActionListener
Description copied from interface:TestActionListenerAwareAdds a new test action listener.- Specified by:
addTestActionListenerin interfaceTestActionListenerAware
-
getTestActionListeners
Obtains the testActionListeners.- Returns:
-