Interface ConsoleOutputReceiver

All Known Subinterfaces:
TestcycleConsoleOutputReceiver
All Known Implementing Classes:
ClassesParallelRunListener, ConcurrentRunListener, ConsoleOutputFileReporter, DirectConsoleOutput, ForkingRunListener, MethodsParallelRunListener, NonConcurrentRunListener, NullConsoleOutputReceiver, TestMethod, TestSetRunListener

public interface ConsoleOutputReceiver
A receiver of stdout/sterr output from running tests. This receiver knows how to associate the output with a given testset.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeTestOutput(String output, boolean newLine, boolean stdout)
    Forwards process output from the running test-case into the reporting system
  • Method Details

    • writeTestOutput

      void writeTestOutput(String output, boolean newLine, boolean stdout)
      Forwards process output from the running test-case into the reporting system
      Parameters:
      output - stdout/sterr output from running tests
      newLine - print on new line
      stdout - Indicates if this is stdout