Uses of Enum
org.apache.maven.plugin.surefire.report.ReportEntryType
Packages that use ReportEntryType
-
Uses of ReportEntryType in org.apache.maven.plugin.surefire.report
Subclasses with type arguments of type ReportEntryType in org.apache.maven.plugin.surefire.reportMethods 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, org.apache.maven.surefire.api.report.StackTraceWriter stackTraceWriter) WrappedReportEntry(org.apache.maven.surefire.api.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.api.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)