Uses of Interface
org.apache.maven.surefire.api.report.ReporterFactory
-
Packages that use ReporterFactory Package Description org.apache.maven.plugin.surefire.report org.apache.maven.surefire.api.booter org.apache.maven.surefire.api.provider org.apache.maven.surefire.junitcore -
-
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.api.booter
Classes in org.apache.maven.surefire.api.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.api.booter declared as ReporterFactory Modifier and Type Field Description private ReporterFactory
BaseProviderFactory. reporterFactory
Methods in org.apache.maven.surefire.api.booter that return ReporterFactory Modifier and Type Method Description ReporterFactory
BaseProviderFactory. getReporterFactory()
Methods in org.apache.maven.surefire.api.booter with parameters of type ReporterFactory Modifier and Type Method Description void
BaseProviderFactory. setReporterFactory(ReporterFactory reporterFactory)
-
Uses of ReporterFactory in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return ReporterFactory Modifier and Type Method Description ReporterFactory
ProviderParameters. 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 ReporterFactory Modifier and Type Method Description static ConcurrentRunListener
ConcurrentRunListener. createInstance(java.util.Map<java.lang.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 ReporterFactory Constructor Description ClassesParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory)
Deprecated.ConcurrentRunListener(ReporterFactory reporterFactory, boolean reportImmediately, java.util.Map<java.lang.String,TestSet> classMethodCounts)
Deprecated.MethodsParallelRunListener(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean reportImmediately)
Deprecated.
-