| Package | Description |
|---|---|
| org.apache.maven.plugin.surefire.runorder | |
| org.apache.maven.surefire.booter | |
| org.apache.maven.surefire.report |
| Modifier and Type | Method and Description |
|---|---|
RunEntryStatistics |
RunEntryStatisticsMap.createNextGeneration(ReportEntry reportEntry) |
RunEntryStatistics |
RunEntryStatisticsMap.createNextGenerationFailure(ReportEntry reportEntry) |
RunEntryStatistics |
RunEntryStatisticsMap.findOrCreate(ReportEntry reportEntry) |
static RunEntryStatistics |
RunEntryStatistics.fromReportEntry(ReportEntry previous) |
| Modifier and Type | Method and Description |
|---|---|
void |
ForkingRunListener.testAssumptionFailure(ReportEntry report) |
void |
ForkingRunListener.testError(ReportEntry report) |
void |
ForkingRunListener.testFailed(ReportEntry report) |
void |
ForkingRunListener.testSkipped(ReportEntry report) |
void |
ForkingRunListener.testStarting(ReportEntry report) |
void |
ForkingRunListener.testSucceeded(ReportEntry report) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TestSetReportEntry
Describes test-set when started and finished.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategorizedReportEntry |
class |
SimpleReportEntry |
| Modifier and Type | Method and Description |
|---|---|
void |
RunListener.testAssumptionFailure(ReportEntry report)
Event fired when a test assumption failure was encountered.
|
void |
RunListener.testError(ReportEntry report)
Event fired when a test ended with an error (non anticipated problem)
|
void |
RunListener.testFailed(ReportEntry report)
Event fired when a test ended with a failure (anticipated problem)
|
void |
RunListener.testSkipped(ReportEntry report)
Event fired when a test is skipped
|
void |
RunListener.testStarting(ReportEntry report)
Event fired when a test is about to start
|
void |
RunListener.testSucceeded(ReportEntry report)
Event fired when a test ended successfully
|
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.