Uses of Enum
org.apache.maven.plugin.surefire.report.ReportEntryType
Packages that use ReportEntryType
-
Uses of ReportEntryType in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return ReportEntryTypeModifier and TypeMethodDescriptionWrappedReportEntry.getReportEntryType()
TestMethodStats.getResultType()
static ReportEntryType
Returns the enum constant of this type with the specified name.static ReportEntryType[]
ReportEntryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.maven.plugin.surefire.report with parameters of type ReportEntryTypeModifierConstructorDescriptionTestMethodStats
(String testClassMethodName, ReportEntryType resultType, org.apache.maven.surefire.report.StackTraceWriter stackTraceWriter) WrappedReportEntry
(org.apache.maven.surefire.report.ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdout, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdErr) WrappedReportEntry
(org.apache.maven.surefire.report.ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdout, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdErr, Map<String, String> systemProperties)