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 declared as DefaultReporterFactoryModifier and TypeFieldDescriptionprivate final DefaultReporterFactoryForkStarter.defaultReporterFactoryFields 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 DefaultReporterFactoryForkClient.defaultReporterFactoryprivate final DefaultReporterFactoryNativeStdErrStreamConsumer.defaultReporterFactoryMethods in org.apache.maven.plugin.surefire.booterclient.output that return DefaultReporterFactoryModifier and TypeMethodDescriptionfinal DefaultReporterFactoryForkClient.getDefaultReporterFactory()Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type DefaultReporterFactoryModifierConstructorDescriptionForkClient(DefaultReporterFactory defaultReporterFactory, NotifiableTestStream notifiableTestStream, ConsoleLogger log, AtomicBoolean printedErrorStream, int forkNumber) NativeStdErrStreamConsumer(DefaultReporterFactory defaultReporterFactory) -
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 TypeMethodDescriptionvoidDefaultReporterFactory.mergeFromOtherFactories(Collection<DefaultReporterFactory> factories)