Uses of Class
org.apache.maven.plugin.surefire.extensions.SurefireStatelessReporter
Packages that use SurefireStatelessReporter
Package
Description
-
Uses of SurefireStatelessReporter in org.apache.maven.plugin.surefire
Fields in org.apache.maven.plugin.surefire declared as SurefireStatelessReporterModifier and TypeFieldDescriptionprivate SurefireStatelessReporter
AbstractSurefireMojo.statelessTestsetReporter
Note: use the legacy system property disableXmlReport set totrue
to disable the report.private final SurefireStatelessReporter
StartupReportConfiguration.xmlReporter
Methods in org.apache.maven.plugin.surefire that return SurefireStatelessReporterConstructors in org.apache.maven.plugin.surefire with parameters of type SurefireStatelessReporterModifierConstructorDescriptionStartupReportConfiguration
(boolean useFile, boolean printSummary, String reportFormat, boolean redirectTestOutputToFile, File reportsDirectory, boolean trimStackTrace, String reportNameSuffix, File statisticsFile, boolean requiresRunHistory, int rerunFailingTestsCount, String xsdSchemaLocation, String encoding, boolean isForkMode, SurefireStatelessReporter xmlReporter, SurefireConsoleOutputReporter consoleOutputReporter, SurefireStatelessTestsetInfoReporter testsetReporter) -
Uses of SurefireStatelessReporter in org.apache.maven.plugin.surefire.extensions.junit5
Modifier and TypeClassDescriptionclass
The extension ofxml reporter
based on XSD version 3.0 for JUnit5.