Uses of Class
org.apache.maven.plugin.surefire.report.DefaultReporterFactory.TestResultType
-
Packages that use DefaultReporterFactory.TestResultType Package Description org.apache.maven.plugin.surefire.report -
-
Uses of DefaultReporterFactory.TestResultType in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return DefaultReporterFactory.TestResultType Modifier and Type Method 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 WrappedReportEntrystatic 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.Methods in org.apache.maven.plugin.surefire.report with parameters of type DefaultReporterFactory.TestResultType Modifier and Type Method Description (package private) boolean
DefaultReporterFactory. printTestFailures(DefaultReporterFactory.TestResultType type)
Print failed tests and flaked tests.
-