Interface ForkedProcessStandardOutErrEventListener

All Known Implementing Classes:
ForkClient.StdErrListener, ForkClient.StdOutListener

public interface ForkedProcessStandardOutErrEventListener
Since:
3.0.0-M4
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(String output, boolean newLine, RunMode runMode, Long testRunId)
     
  • Method Details

    • handle

      void handle(String output, boolean newLine, RunMode runMode, Long testRunId)