Uses of Class
org.apache.maven.plugin.surefire.report.DefaultReporterFactory
-
Packages that use DefaultReporterFactory Package Description org.apache.maven.plugin.surefire.booterclient org.apache.maven.plugin.surefire.booterclient.output org.apache.maven.plugin.surefire.report -
-
Uses of DefaultReporterFactory in org.apache.maven.plugin.surefire.booterclient
Fields in org.apache.maven.plugin.surefire.booterclient declared as DefaultReporterFactory Modifier and Type Field Description private DefaultReporterFactoryForkStarter. defaultReporterFactoryFields in org.apache.maven.plugin.surefire.booterclient with type parameters of type DefaultReporterFactory Modifier and Type Field Description private java.util.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 DefaultReporterFactory Modifier and Type Field Description private DefaultReporterFactoryForkClient. defaultReporterFactoryprivate DefaultReporterFactoryNativeStdErrStreamConsumer. defaultReporterFactoryMethods in org.apache.maven.plugin.surefire.booterclient.output that return DefaultReporterFactory Modifier and Type Method Description DefaultReporterFactoryForkClient. getDefaultReporterFactory()Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type DefaultReporterFactory Modifier and Type Method Description voidInPluginProcessDumpSingleton. dumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory)java.io.FileInPluginProcessDumpSingleton. dumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)voidInPluginProcessDumpSingleton. dumpException(java.lang.Throwable t, DefaultReporterFactory defaultReporterFactory)voidInPluginProcessDumpSingleton. dumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory)java.io.FileInPluginProcessDumpSingleton. dumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)private java.io.FileInPluginProcessDumpSingleton. newDumpFile(DefaultReporterFactory defaultReporterFactory)private static java.io.FileInPluginProcessDumpSingleton. newDumpFile(DefaultReporterFactory defaultReporterFactory, int jvmRun)Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type DefaultReporterFactory Constructor Description ForkClient(DefaultReporterFactory defaultReporterFactory, NotifiableTestStream notifiableTestStream, ConsoleLogger log, java.util.concurrent.atomic.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 DefaultReporterFactory Modifier and Type Method Description voidDefaultReporterFactory. mergeFromOtherFactories(java.util.Collection<DefaultReporterFactory> factories)
-