Uses of Interface
org.apache.maven.surefire.extensions.StatelessReportEventListener
Packages that use StatelessReportEventListener
Package
Description
-
Uses of StatelessReportEventListener in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return StatelessReportEventListenerModifier and TypeMethodDescriptionStartupReportConfiguration.instantiateStatelessXmlReporter
(Integer forkNumber) -
Uses of StatelessReportEventListener in org.apache.maven.plugin.surefire.extensions
Methods in org.apache.maven.plugin.surefire.extensions that return StatelessReportEventListenerModifier and TypeMethodDescriptionSurefireStatelessReporter.createListener
(DefaultStatelessReportMojoConfiguration configuration) -
Uses of StatelessReportEventListener in org.apache.maven.plugin.surefire.extensions.junit5
Methods in org.apache.maven.plugin.surefire.extensions.junit5 that return StatelessReportEventListenerModifier and TypeMethodDescriptionJUnit5Xml30StatelessReporter.createListener
(DefaultStatelessReportMojoConfiguration configuration) -
Uses of StatelessReportEventListener in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement StatelessReportEventListenerModifier and TypeClassDescription(package private) class
FileReporter doing nothing rather than using null.class
Fields in org.apache.maven.plugin.surefire.report declared as StatelessReportEventListenerModifier and TypeFieldDescriptionprivate final StatelessReportEventListener<WrappedReportEntry,
TestSetStats> TestSetRunListener.simpleXMLReporter
Methods in org.apache.maven.plugin.surefire.report that return StatelessReportEventListenerConstructors in org.apache.maven.plugin.surefire.report with parameters of type StatelessReportEventListenerModifierConstructorDescriptionTestSetRunListener
(StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry, TestSetStats> consoleReporter, StatelessTestsetInfoFileReportEventListener<WrappedReportEntry, TestSetStats> fileReporter, StatelessReportEventListener<WrappedReportEntry, TestSetStats> simpleXMLReporter, ConsoleOutputReportEventListener testOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat, Object lock) -
Uses of StatelessReportEventListener in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions that return StatelessReportEventListenerModifier and TypeMethodDescriptionabstract StatelessReportEventListener<R,
S> StatelessReporter.createListener
(C configuration) Creates reporter.