Uses of Enum Class
org.apache.maven.plugin.surefire.report.DefaultReporterFactory.TestResultType
Packages that use DefaultReporterFactory.TestResultType
-
Uses of DefaultReporterFactory.TestResultType in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return DefaultReporterFactory.TestResultTypeModifier and TypeMethodDescription(package private) static DefaultReporterFactory.TestResultType
DefaultReporterFactory.getTestResultType
(List<ReportEntryType> reportEntries, int rerunFailingTestsCount) Get the result of a test based on all its runs.StatelessXmlReporter.getTestResultType
(List<WrappedReportEntry> methodEntryList) Get the result of a test from a list of its runs in WrappedReportEntryReturns the enum constant of this class with the specified name.DefaultReporterFactory.TestResultType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.maven.plugin.surefire.report with parameters of type DefaultReporterFactory.TestResultTypeModifier and TypeMethodDescription(package private) boolean
DefaultReporterFactory.printTestFailures
(DefaultReporterFactory.TestResultType type) Print failed tests and flaked tests.