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
Fields in org.apache.maven.plugin.surefire.report declared as ReportEntryType Modifier and Type Field Description private ReportEntryType
WrappedReportEntry. reportEntryType
private ReportEntryType
TestMethodStats. resultType
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.Methods in org.apache.maven.plugin.surefire.report with parameters of type ReportEntryType Modifier and Type Method Description private WrappedReportEntry
TestSetRunListener. wrap(ReportEntry other, ReportEntryType reportEntryType)
Method parameters in org.apache.maven.plugin.surefire.report with type arguments of type ReportEntryType Modifier and Type Method Description (package private) static DefaultReporterFactory.TestResultType
DefaultReporterFactory. getTestResultType(java.util.List<ReportEntryType> reportEntries, int rerunFailingTestsCount)
Get the result of a test based on all its runs.Constructors in org.apache.maven.plugin.surefire.report with parameters of type ReportEntryType Constructor Description TestMethodStats(java.lang.String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter)
WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, java.lang.Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr)
WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, java.lang.Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr, java.util.Map<java.lang.String,java.lang.String> systemProperties)
-