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 class
ForkingReporterFactory
Creates 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 ReporterFactory
BaseProviderFactory. 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 ReporterFactory
ProviderParameters. getReporterFactory()
Provides features for creating reporting objects
-