Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.extensions.junit5 |
Modifier and Type | Method and Description |
---|---|
SurefireStatelessReporter |
StartupReportConfiguration.getXmlReporter() |
Constructor and Description |
---|
StartupReportConfiguration(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 isForking,
boolean enableOutErrElements,
boolean enablePropertiesElement,
SurefireStatelessReporter xmlReporter,
SurefireConsoleOutputReporter consoleOutputReporter,
SurefireStatelessTestsetInfoReporter testsetReporter) |
StartupReportConfiguration(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 isForking,
SurefireStatelessReporter xmlReporter,
SurefireConsoleOutputReporter consoleOutputReporter,
SurefireStatelessTestsetInfoReporter testsetReporter)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
JUnit5Xml30StatelessReporter
The extension of
XML reporter based on XSD version 3.0.2 for JUnit5. |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.