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 ReportEntryTypeReturns 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, StackTraceWriter stackTraceWriter) WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdout, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdErr) WrappedReportEntry(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)