Uses of Interface
org.apache.maven.surefire.api.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.api.booter
Classes in org.apache.maven.surefire.api.booter that implement ReporterFactoryModifier and TypeClassDescriptionclass
Creates ForkingReporters, which are typically one instance per TestSet or thread.Fields in org.apache.maven.surefire.api.booter declared as ReporterFactoryMethods in org.apache.maven.surefire.api.booter that return ReporterFactoryMethods in org.apache.maven.surefire.api.booter with parameters of type ReporterFactoryModifier and TypeMethodDescriptionvoid
BaseProviderFactory.setReporterFactory
(ReporterFactory reporterFactory) -
Uses of ReporterFactory in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return ReporterFactoryModifier and TypeMethodDescriptionProviderParameters.getReporterFactory()
Provides features for creating reporting objects -
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) Deprecated.private JUnit4RunListener
JUnitCoreProvider.createRunListener
(ReporterFactory reporterFactory) Constructors in org.apache.maven.surefire.junitcore with parameters of type ReporterFactoryModifierConstructorDescription(package private)
ClassesParallelRunListener
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory) Deprecated.(package private)
ConcurrentRunListener
(ReporterFactory reporterFactory, boolean reportImmediately, Map<String, TestSet> classMethodCounts) Deprecated.(package private)
MethodsParallelRunListener
(Map<String, TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately) Deprecated.