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.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return DefaultReporterFactoryModifier and TypeMethodDescriptionfinal DefaultReporterFactoryForkClient.getDefaultReporterFactory()Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type DefaultReporterFactoryModifier and TypeMethodDescriptionvoidInPluginProcessDumpSingleton.dumpException(Throwable t, String msg, DefaultReporterFactory defaultReporterFactory) InPluginProcessDumpSingleton.dumpException(Throwable t, String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun) voidInPluginProcessDumpSingleton.dumpException(Throwable t, DefaultReporterFactory defaultReporterFactory) voidInPluginProcessDumpSingleton.dumpText(String msg, DefaultReporterFactory defaultReporterFactory) InPluginProcessDumpSingleton.dumpText(String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun) Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type DefaultReporterFactoryModifierConstructorDescriptionForkClient(DefaultReporterFactory defaultReporterFactory, NotifiableTestStream notifiableTestStream, org.apache.maven.plugin.surefire.log.api.ConsoleLogger log, AtomicBoolean printedErrorStream) 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)