Class ForkingReporterFactory

java.lang.Object
org.apache.maven.surefire.booter.ForkingReporterFactory
All Implemented Interfaces:
ReporterFactory

public class ForkingReporterFactory extends Object implements ReporterFactory
Creates ForkingReporters, which are typically one instance per TestSet or thread. This factory is only used inside forks.
  • Field Details

    • trimstackTrace

      private final boolean trimstackTrace
    • eventChannel

      private final ForkedChannelEncoder eventChannel
  • Constructor Details

    • ForkingReporterFactory

      public ForkingReporterFactory(boolean trimstackTrace, ForkedChannelEncoder eventChannel)
  • Method Details