Uses of Class
org.apache.maven.plugin.surefire.report.DefaultReporterFactory
-
Packages that use DefaultReporterFactory Package Description org.apache.maven.plugin.surefire.booterclient.output org.apache.maven.plugin.surefire.report -
-
Uses of DefaultReporterFactory in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return DefaultReporterFactory Modifier and Type Method Description DefaultReporterFactory
ForkClient. getDefaultReporterFactory()
Methods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type DefaultReporterFactory Modifier and Type Method Description void
InPluginProcessDumpSingleton. dumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory)
java.io.File
InPluginProcessDumpSingleton. dumpException(java.lang.Throwable t, java.lang.String msg, DefaultReporterFactory defaultReporterFactory, int jvmRun)
void
InPluginProcessDumpSingleton. dumpException(java.lang.Throwable t, DefaultReporterFactory defaultReporterFactory)
void
InPluginProcessDumpSingleton. dumpText(java.lang.String msg, DefaultReporterFactory defaultReporterFactory)
java.io.File
InPluginProcessDumpSingleton. dumpText(java.lang.String msg, 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, org.apache.maven.plugin.surefire.log.api.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 void
DefaultReporterFactory. mergeFromOtherFactories(java.util.Collection<DefaultReporterFactory> factories)
-