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.
Author:
Kristian Rosenvold
  • Constructor Details

    • ForkingReporterFactory

      public ForkingReporterFactory(boolean trimstackTrace, PrintStream originalSystemOut)
  • Method Details