Uses of Interface
org.apache.maven.surefire.extensions.StatelessReportEventListener
-
-
Uses of StatelessReportEventListener in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return StatelessReportEventListener Modifier and Type Method Description StatelessReportEventListener<WrappedReportEntry,TestSetStats>StartupReportConfiguration. instantiateStatelessXmlReporter(java.lang.Integer forkNumber) -
Uses of StatelessReportEventListener in org.apache.maven.plugin.surefire.extensions
Methods in org.apache.maven.plugin.surefire.extensions that return StatelessReportEventListener Modifier and Type Method Description StatelessReportEventListener<WrappedReportEntry,TestSetStats>SurefireStatelessReporter. 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 StatelessReportEventListener Modifier and Type Method Description StatelessReportEventListener<WrappedReportEntry,TestSetStats>JUnit5Xml30StatelessReporter. createListener(DefaultStatelessReportMojoConfiguration configuration) -
Uses of StatelessReportEventListener in org.apache.maven.plugin.surefire.report
Classes in org.apache.maven.plugin.surefire.report that implement StatelessReportEventListener Modifier and Type Class Description (package private) classNullStatelessXmlReporterFileReporter doing nothing rather than using null.classStatelessXmlReporterXML format reporter writing toTEST-reportName[-suffix].xmlfile like written and read by Ant's<junit>and<junitreport>tasks, then supported by many tools like CI servers.Fields in org.apache.maven.plugin.surefire.report declared as StatelessReportEventListener Modifier and Type Field Description private StatelessReportEventListener<WrappedReportEntry,TestSetStats>TestSetRunListener. simpleXMLReporterMethods in org.apache.maven.plugin.surefire.report that return StatelessReportEventListener Modifier and Type Method Description private StatelessReportEventListener<WrappedReportEntry,TestSetStats>DefaultReporterFactory. createSimpleXMLReporter()Constructors in org.apache.maven.plugin.surefire.report with parameters of type StatelessReportEventListener Constructor Description TestSetRunListener(StatelessTestsetInfoConsoleReportEventListener<WrappedReportEntry,TestSetStats> consoleReporter, StatelessTestsetInfoFileReportEventListener<WrappedReportEntry,TestSetStats> fileReporter, StatelessReportEventListener<WrappedReportEntry,TestSetStats> simpleXMLReporter, ConsoleOutputReportEventListener testOutputReceiver, StatisticsReporter statisticsReporter, boolean trimStackTrace, boolean isPlainFormat, boolean briefOrPlainFormat, java.lang.Object lock) -
Uses of StatelessReportEventListener in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions that return StatelessReportEventListener Modifier and Type Method Description abstract StatelessReportEventListener<R,S>StatelessReporter. createListener(C configuration)Creates reporter.
-