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 classDefaultReporterFactoryProvides 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 classForkingReporterFactoryCreates 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 ReporterFactoryBaseProviderFactory. reporterFactoryMethods in org.apache.maven.surefire.booter that return ReporterFactory Modifier and Type Method Description ReporterFactoryBaseProviderFactory. 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 ConcurrentRunListenerConcurrentRunListener. createInstance(java.util.Map<java.lang.String,TestSet> classMethodCounts, ReporterFactory reporterFactory, boolean parallelClasses, boolean parallelBoth, ConsoleStream consoleStream)private JUnit4RunListenerJUnitCoreProvider. 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 ReporterFactoryProviderParameters. getReporterFactory()Provides features for creating reporting objects
-