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 classDefaultReporterFactoryProvides 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 classForkingReporterFactoryCreates 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 ReporterFactoryBaseProviderFactory. reporterFactoryMethods in org.apache.maven.surefire.api.booter that return ReporterFactory Modifier and Type Method Description ReporterFactoryBaseProviderFactory. getReporterFactory()Methods in org.apache.maven.surefire.api.booter with parameters of type ReporterFactory Modifier and Type Method Description voidBaseProviderFactory. 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 ReporterFactoryProviderParameters. 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 ConcurrentRunListenerConcurrentRunListener. createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth)Deprecated.private JUnit4RunListenerJUnitCoreProvider. 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.
-