java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.aggregated.JvmOutputEvent

public class JvmOutputEvent extends Object
An event emitted when there was any unexpected JVM output from the forked JVM. This can happen for internal JVM logs or crash dumps that bypass System.* streams.
  • Field Details

    • childInfo

      public final ForkedJvmInfo childInfo
    • jvmOutput

      public final File jvmOutput
  • Constructor Details

  • Method Details

    • getSlave

      public ForkedJvmInfo getSlave()
    • getJvmOutputFile

      public File getJvmOutputFile()