Uses of Class
org.apache.maven.plugin.surefire.report.ReportEntryType
-
Packages that use ReportEntryType Package Description org.apache.maven.plugin.surefire.report -
-
Uses of ReportEntryType in org.apache.maven.plugin.surefire.report
Methods in org.apache.maven.plugin.surefire.report that return ReportEntryType Modifier and Type Method Description ReportEntryTypeWrappedReportEntry. getReportEntryType()ReportEntryTypeTestMethodStats. getResultType()static ReportEntryTypeReportEntryType. valueOf(java.lang.String name)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 ReportEntryType Constructor Description TestMethodStats(java.lang.String testClassMethodName, ReportEntryType resultType, org.apache.maven.surefire.api.report.StackTraceWriter stackTraceWriter)WrappedReportEntry(org.apache.maven.surefire.api.report.ReportEntry original, ReportEntryType reportEntryType, java.lang.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, java.lang.Integer estimatedElapsed, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdout, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdErr, java.util.Map<java.lang.String,java.lang.String> systemProperties)
-