Package | Description |
---|---|
org.apache.maven.plugin.surefire.report |
Modifier and Type | Method and Description |
---|---|
(package private) static DefaultReporterFactory.TestResultType |
DefaultReporterFactory.getTestResultType(java.util.List<ReportEntryType> reportEntries,
int rerunFailingTestsCount)
Get the result of a test based on all its runs.
|
private DefaultReporterFactory.TestResultType |
StatelessXmlReporter.getTestResultType(java.util.List<WrappedReportEntry> methodEntryList)
Get the result of a test from a list of its runs in WrappedReportEntry
|
static DefaultReporterFactory.TestResultType |
DefaultReporterFactory.TestResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultReporterFactory.TestResultType[] |
DefaultReporterFactory.TestResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
DefaultReporterFactory.printTestFailures(DefaultReporterFactory.TestResultType type)
Print failed tests and flaked tests.
|