Class 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.TestReporter
    Reporter activates when logging over logging framework is disabled in order to print a minimal test report using System.out
    Author:
    Christoph Deppisch
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void generateReport​(com.consol.citrus.report.TestResults testResults)  
      void onStart()  
      • Methods inherited from class com.consol.citrus.report.AbstractTestSuiteListener

        onFinish, onFinishFailure, onFinishSuccess, onStartFailure, onStartSuccess
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemOutTestReporter

        public SystemOutTestReporter()
    • Method Detail

      • onStart

        public void onStart()
        Specified by:
        onStart in interface com.consol.citrus.report.TestSuiteListener
        Overrides:
        onStart in class com.consol.citrus.report.AbstractTestSuiteListener
      • generateReport

        public void generateReport​(com.consol.citrus.report.TestResults testResults)
        Specified by:
        generateReport in interface com.consol.citrus.report.TestReporter
      • destroy

        public void destroy()
                     throws java.lang.Exception
        Throws:
        java.lang.Exception