Interface TestcycleConsoleOutputReceiver

  • All Superinterfaces:
    org.apache.maven.surefire.report.ConsoleOutputReceiver
    All Known Implementing Classes:
    ConsoleOutputFileReporter, DirectConsoleOutput

    public interface TestcycleConsoleOutputReceiver
    extends org.apache.maven.surefire.report.ConsoleOutputReceiver
    Author:
    Kristian Rosenvold
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()  
      void testSetCompleted​(org.apache.maven.surefire.report.ReportEntry report)  
      void testSetStarting​(org.apache.maven.surefire.report.ReportEntry reportEntry)  
      • Methods inherited from interface org.apache.maven.surefire.report.ConsoleOutputReceiver

        writeTestOutput
    • Method Detail

      • testSetStarting

        void testSetStarting​(org.apache.maven.surefire.report.ReportEntry reportEntry)
      • testSetCompleted

        void testSetCompleted​(org.apache.maven.surefire.report.ReportEntry report)
      • close

        void close()