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.testSetCompleted(ReportEntry report) |
void |
ForkingRunListener.testSetStarting(ReportEntry report) |
void |
ForkingRunListener.testSkipped(ReportEntry report) |
void |
ForkingRunListener.testStarting(ReportEntry report) |
void |
ForkingRunListener.testSucceeded(ReportEntry report) |
Modifier and Type | Class and Description |
---|---|
class |
CategorizedReportEntry |
class |
SimpleReportEntry |
Modifier and Type | Method and Description |
---|---|
static ReportEntry |
CategorizedReportEntry.reportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message) |
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.testSetCompleted(ReportEntry report)
Indicates end of a given test-set
|
void |
RunListener.testSetStarting(ReportEntry report)
Indicates the start of a given test-set
|
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–2015 The Apache Software Foundation. All rights reserved.