Uses of Enum Class
org.apache.maven.plugin.surefire.report.ReportEntryType
Packages that use ReportEntryType
-
Uses of ReportEntryType in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as ReportEntryTypeModifier and TypeFieldDescriptionprivate final ReportEntryType
WrappedReportEntry.reportEntryType
private final ReportEntryType
TestMethodStats.resultType
Methods in org.apache.maven.plugin.surefire.report that return ReportEntryTypeModifier and TypeMethodDescriptionWrappedReportEntry.getReportEntryType()
TestMethodStats.getResultType()
static ReportEntryType
Returns the enum constant of this class with the specified name.static ReportEntryType[]
ReportEntryType.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 ReportEntryTypeModifier and TypeMethodDescriptionprivate WrappedReportEntry
TestSetRunListener.wrap
(ReportEntry other, ReportEntryType reportEntryType) Method parameters in org.apache.maven.plugin.surefire.report with type arguments of type ReportEntryTypeModifier 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.Constructors in org.apache.maven.plugin.surefire.report with parameters of type ReportEntryTypeModifierConstructorDescriptionTestMethodStats
(String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter) WrappedReportEntry
(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr) WrappedReportEntry
(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr, Map<String, String> systemProperties)