Interface ForkedProcessPropertyEventListener


public interface ForkedProcessPropertyEventListener
Since:
3.0.0-M4
Author:
Tibor Digana (tibor17)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(String key, String value, org.apache.maven.surefire.api.report.RunMode runMode, Long testRunId)
     
  • Method Details

    • handle

      void handle(String key, String value, org.apache.maven.surefire.api.report.RunMode runMode, Long testRunId)