Uses of Interface
org.apache.maven.surefire.report.ReporterFactory
Packages that use ReporterFactory
Package
Description
-
Uses of ReporterFactory in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement ReporterFactoryModifier and TypeClassDescriptionclass
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 ReporterFactoryModifier and TypeClassDescriptionclass
Creates ForkingReporters, which are typically one instance per TestSet or thread.Fields in org.apache.maven.surefire.booter declared as ReporterFactoryModifier and TypeFieldDescriptionprivate final ReporterFactory
BaseProviderFactory.reporterFactory
Methods in org.apache.maven.surefire.booter that return ReporterFactoryConstructors in org.apache.maven.surefire.booter with parameters of type ReporterFactoryModifierConstructorDescriptionBaseProviderFactory
(ReporterFactory reporterFactory, boolean insideFork) -
Uses of ReporterFactory in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore with parameters of type ReporterFactoryModifier and TypeMethodDescriptionstatic ConcurrentRunListener
ConcurrentRunListener.createInstance
(Map<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 ReporterFactoryModifierConstructorDescriptionClassesParallelRunListener
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, ConsoleStream consoleStream) (package private)
ConcurrentRunListener
(ReporterFactory reporterFactory, ConsoleStream consoleStream, boolean reportImmediately, Map<String, TestSet> classMethodCounts) MethodsParallelRunListener
(Map<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 ReporterFactoryModifier and TypeMethodDescriptionProviderParameters.getReporterFactory()
Provides features for creating reporting objects