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 ReportEntryType
WrappedReportEntry. getReportEntryType()
ReportEntryType
TestMethodStats. getResultType()
static ReportEntryType
ReportEntryType. 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.report.StackTraceWriter stackTraceWriter)
WrappedReportEntry(org.apache.maven.surefire.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.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)
-