Package | Description |
---|---|
org.apache.maven.surefire.api.booter | |
org.apache.maven.surefire.api.event | |
org.apache.maven.surefire.api.report | |
org.apache.maven.surefire.api.runorder |
Modifier and Type | Method and Description |
---|---|
void |
ForkingRunListener.testAssumptionFailure(ReportEntry report) |
void |
MasterProcessChannelEncoder.testAssumptionFailure(ReportEntry reportEntry,
boolean trimStackTraces)
The test assumption failure.
|
void |
ForkingRunListener.testError(ReportEntry report) |
void |
MasterProcessChannelEncoder.testError(ReportEntry reportEntry,
boolean trimStackTraces)
The test error.
|
void |
ForkingRunListener.testFailed(ReportEntry report) |
void |
MasterProcessChannelEncoder.testFailed(ReportEntry reportEntry,
boolean trimStackTraces)
The test has failed.
|
void |
ForkingRunListener.testSkipped(ReportEntry report) |
void |
MasterProcessChannelEncoder.testSkipped(ReportEntry reportEntry,
boolean trimStackTraces)
The test is skipped.
|
void |
ForkingRunListener.testStarting(ReportEntry report) |
void |
MasterProcessChannelEncoder.testStarting(ReportEntry reportEntry,
boolean trimStackTraces)
The test has started.
|
void |
ForkingRunListener.testSucceeded(ReportEntry report) |
void |
MasterProcessChannelEncoder.testSucceeded(ReportEntry reportEntry,
boolean trimStackTraces)
The test has succeeded.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestControlEvent<T extends ReportEntry>
The base class of an event of test control.
|
Constructor and Description |
---|
TestAssumptionFailureEvent(ReportEntry reportEntry) |
TestErrorEvent(ReportEntry reportEntry) |
TestFailedEvent(ReportEntry reportEntry) |
TestSkippedEvent(ReportEntry reportEntry) |
TestStartingEvent(ReportEntry reportEntry) |
TestSucceededEvent(ReportEntry reportEntry) |
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
Basic implementation of
TestSetReportEntry (immutable and thread-safe object). |
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
|
Modifier and Type | Method and Description |
---|---|
RunEntryStatistics |
RunEntryStatisticsMap.createNextGeneration(ReportEntry reportEntry) |
RunEntryStatistics |
RunEntryStatisticsMap.createNextGenerationFailure(ReportEntry reportEntry) |
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.