Class ForkingReporterFactory

java.lang.Object
org.apache.maven.surefire.api.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