Interface ForkedProcessStandardOutErrEventListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(java.lang.String output, boolean newLine, org.apache.maven.surefire.api.report.RunMode runMode, java.lang.Long testRunId)  
    • Method Detail

      • handle

        void handle​(java.lang.String output,
                    boolean newLine,
                    org.apache.maven.surefire.api.report.RunMode runMode,
                    java.lang.Long testRunId)