Package org.citrusframework.report
Class TestSuiteListeners
java.lang.Object
org.citrusframework.report.TestSuiteListeners
- All Implemented Interfaces:
TestSuiteListenerAware
Class managing a list of injected test suite listeners. Each event is spread to all
managed listeners.
- Author:
- Christoph Deppisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTestSuiteListener(TestSuiteListener testSuiteListener) Adds a new suite listener.Obtains the testSuiteListeners.voidonFinish()voidonFinishFailure(Throwable cause) voidvoidonStart()voidonStartFailure(Throwable cause) void
-
Constructor Details
-
TestSuiteListeners
public TestSuiteListeners()
-
-
Method Details
-
addTestSuiteListener
Description copied from interface:TestSuiteListenerAwareAdds a new suite listener.- Specified by:
addTestSuiteListenerin interfaceTestSuiteListenerAware
-
onFinish
public void onFinish() -
onFinishFailure
-
onFinishSuccess
public void onFinishSuccess() -
onStart
public void onStart() -
onStartFailure
-
onStartSuccess
public void onStartSuccess() -
getTestSuiteListeners
Obtains the testSuiteListeners.- Returns:
-