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 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. defaultReporterFactoryMethods in org.apache.maven.plugin.surefire.booterclient.output that return DefaultReporterFactory Modifier and Type Method Description DefaultReporterFactoryForkClient. getDefaultReporterFactory()Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type DefaultReporterFactory Constructor Description ForkClient(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 DefaultReporterFactory Modifier and Type Method Description voidDefaultReporterFactory. mergeFromOtherFactories(java.util.Collection<DefaultReporterFactory> factories)voidReportsMerger. mergeFromOtherFactories(java.util.Collection<DefaultReporterFactory> factories)
-