Package org.citrusframework.yaks.report
Class SystemOutTestReporter
- java.lang.Object
-
- com.consol.citrus.report.AbstractTestSuiteListener
-
- org.citrusframework.yaks.report.SystemOutTestReporter
-
- All Implemented Interfaces:
com.consol.citrus.report.TestReporter,com.consol.citrus.report.TestSuiteListener
public class SystemOutTestReporter extends com.consol.citrus.report.AbstractTestSuiteListener implements com.consol.citrus.report.TestReporterReporter activates when logging over logging framework is disabled in order to print a minimal test report using System.out- Author:
- Christoph Deppisch
-
-
Constructor Summary
Constructors Constructor Description SystemOutTestReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidgenerateReport(com.consol.citrus.report.TestResults testResults)voidonStart()
-
-
-
Method Detail
-
onStart
public void onStart()
- Specified by:
onStartin interfacecom.consol.citrus.report.TestSuiteListener- Overrides:
onStartin classcom.consol.citrus.report.AbstractTestSuiteListener
-
generateReport
public void generateReport(com.consol.citrus.report.TestResults testResults)
- Specified by:
generateReportin interfacecom.consol.citrus.report.TestReporter
-
destroy
public void destroy() throws java.lang.Exception- Throws:
java.lang.Exception
-
-