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

    Modifier and Type
    Method
    Description
    void
     
    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 Details

    • testSetStarting

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

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

      void close()