Uses of Interface
org.apache.maven.surefire.report.ReporterFactory
-
Packages that use ReporterFactory Package Description org.apache.maven.plugin.surefire.report org.apache.maven.surefire.booter org.apache.maven.surefire.junitcore org.apache.maven.surefire.providerapi -
-
Uses of ReporterFactory in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement ReporterFactory Modifier and Type Class Description class
DefaultReporterFactory
Provides reporting modules on the plugin side. -
Uses of ReporterFactory in org.apache.maven.surefire.booter
Classes in org.apache.maven.surefire.booter that implement ReporterFactory Modifier and Type Class Description class
ForkingReporterFactory
Creates ForkingReporters, which are typically one instance per TestSet or thread.Fields in org.apache.maven.surefire.booter declared as ReporterFactory Modifier and Type Field Description private ReporterFactory
BaseProviderFactory. reporterFactory
Methods in org.apache.maven.surefire.booter that return ReporterFactory Modifier and Type Method Description ReporterFactory
BaseProviderFactory. getReporterFactory()
Constructors in org.apache.maven.surefire.booter with parameters of type ReporterFactory Constructor Description BaseProviderFactory(ReporterFactory reporterFactory, boolean insideFork)
-
Uses of ReporterFactory in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore with parameters of type ReporterFactory Modifier and Type Method Description static ConcurrentRunListener
ConcurrentRunListener. createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth, ConsoleStream consoleStream)
private JUnit4RunListener
JUnitCoreProvider. createRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream)
Constructors in org.apache.maven.surefire.junitcore with parameters of type ReporterFactory Constructor Description ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream)
ConcurrentRunListener(ReporterFactory reporterFactory, ConsoleStream consoleStream, boolean reportImmediately, java.util.Map<java.lang.String,TestSet> classMethodCounts)
MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately, ConsoleStream consoleStream)
-
Uses of ReporterFactory in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return ReporterFactory Modifier and Type Method Description ReporterFactory
ProviderParameters. getReporterFactory()
Provides features for creating reporting objects
-