Package | Description |
---|---|
org.apache.maven.plugin.surefire.report |
Modifier and Type | Field and Description |
---|---|
private ReportEntryType |
WrappedReportEntry.reportEntryType |
private ReportEntryType |
TestMethodStats.resultType |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private WrappedReportEntry |
TestSetRunListener.wrap(ReportEntry other,
ReportEntryType reportEntryType) |
Modifier and Type | Method and 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.
|
Constructor and 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) |