Interface ConsoleOutputReceiver

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void writeTestOutput​(java.lang.String output, boolean newLine, boolean stdout)
      Forwards process output from the running test-case into the reporting system
    • Method Detail

      • writeTestOutput

        void writeTestOutput​(java.lang.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