Uses of Class
org.apache.maven.plugin.surefire.report.DefaultReporterFactory
Packages that use DefaultReporterFactory
Package
Description
-
Uses of DefaultReporterFactory in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient with type parameters of type DefaultReporterFactoryModifier and TypeFieldDescriptionprivate final Collection<DefaultReporterFactory>
ForkStarter.defaultReporterFactories
-
Uses of DefaultReporterFactory in org.apache.maven.plugin.surefire.booterclient.output
Fields in org.apache.maven.plugin.surefire.booterclient.output declared as DefaultReporterFactoryModifier and TypeFieldDescriptionprivate final DefaultReporterFactory
ForkClient.defaultReporterFactory
Methods in org.apache.maven.plugin.surefire.booterclient.output that return DefaultReporterFactoryConstructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type DefaultReporterFactoryModifierConstructorDescriptionForkClient
(DefaultReporterFactory defaultReporterFactory, NotifiableTestStream notifiableTestStream, int forkNumber) -
Uses of DefaultReporterFactory in org.apache.maven.plugin.surefire.report
Method parameters in org.apache.maven.plugin.surefire.report with type arguments of type DefaultReporterFactoryModifier and TypeMethodDescriptionvoid
DefaultReporterFactory.mergeFromOtherFactories
(Collection<DefaultReporterFactory> factories) void
ReportsMerger.mergeFromOtherFactories
(Collection<DefaultReporterFactory> factories)