Uses of Interface
org.apache.maven.surefire.report.ReporterFactory
-
Packages that use ReporterFactory Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.providerapi -
-
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.Methods 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.providerapi
Methods in org.apache.maven.surefire.providerapi that return ReporterFactory Modifier and Type Method Description ReporterFactoryProviderParameters. getReporterFactory()Provides features for creating reporting objects
-