Package org.citrusframework.report
Class TestListeners
java.lang.Object
org.citrusframework.report.TestListeners
- All Implemented Interfaces:
TestListenerAware
Class that spreads test events to all available test listeners
injected by Spring's IoC container.
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestListener(TestListener listener) Adds a new test listener.Obtains the testListeners.voidonTestFailure(TestCase test, Throwable cause) voidonTestFinish(TestCase test) voidonTestSkipped(TestCase test) voidonTestStart(TestCase test) voidonTestSuccess(TestCase test)
-
Constructor Details
-
TestListeners
public TestListeners()
-
-
Method Details
-
onTestFailure
-
onTestFinish
-
onTestSkipped
-
onTestStart
-
onTestSuccess
-
addTestListener
Description copied from interface:TestListenerAwareAdds a new test listener.- Specified by:
addTestListenerin interfaceTestListenerAware
-
getTestListeners
Obtains the testListeners.- Returns:
-