Uses of Enum
org.apache.maven.plugin.surefire.report.ReportEntryType
Packages that use ReportEntryType
-
Uses of ReportEntryType in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as ReportEntryTypeModifier and TypeFieldDescriptionprivate final ReportEntryTypeWrappedReportEntry.reportEntryTypeprivate final ReportEntryTypeTestMethodStats.resultTypeMethods 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.Methods in org.apache.maven.plugin.surefire.report with parameters of type ReportEntryTypeModifier and TypeMethodDescriptionprivate WrappedReportEntryTestSetRunListener.wrap(ReportEntry other, ReportEntryType reportEntryType) Method parameters in org.apache.maven.plugin.surefire.report with type arguments of type ReportEntryTypeModifier and TypeMethodDescription(package private) static DefaultReporterFactory.TestResultTypeDefaultReporterFactory.getTestResultType(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 ReportEntryTypeModifierConstructorDescriptionTestMethodStats(String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter) WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr) WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, Utf8RecodingDeferredFileOutputStream stdout, Utf8RecodingDeferredFileOutputStream stdErr, Map<String, String> systemProperties)