Package | Description |
---|---|
org.apache.maven.surefire.api.event |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConsoleEvent
The base class of an event.
|
class |
AbstractStandardStreamEvent
The base class of an event of standard streams.
|
class |
AbstractTestControlEvent<T extends ReportEntry>
The base class of an event of test control.
|
class |
ConsoleDebugEvent
The event with a message for console debug level.
|
class |
ConsoleErrorEvent
The event with a message for console error level.
|
class |
ConsoleInfoEvent
The event with a message for console info level.
|
class |
ConsoleWarningEvent
The event with a message for console warning level.
|
class |
ControlByeEvent
The control event of bye.
|
class |
ControlNextTestEvent
The control event of requesting a next test.
|
class |
ControlStopOnNextTestEvent
The control event of stopping on next test.
|
class |
JvmExitErrorEvent
The event for the JVM exit error.
|
class |
StandardStreamErrEvent
The event of standard error stream.
|
class |
StandardStreamErrWithNewLineEvent
The event of standard error stream with new line.
|
class |
StandardStreamOutEvent
The event of standard output stream.
|
class |
StandardStreamOutWithNewLineEvent
The event of standard output stream with new line.
|
class |
SystemPropertyEvent
The event of system property.
|
class |
TestAssumptionFailureEvent
The event for the failed assumption.
|
class |
TestErrorEvent
The event for the erroneous test.
|
class |
TestFailedEvent
The event for the failed test.
|
class |
TestsetCompletedEvent
The event for completed testset.
|
class |
TestsetStartingEvent
The event for started testset.
|
class |
TestSkippedEvent
The event for the skipped test.
|
class |
TestStartingEvent
The event for started test.
|
class |
TestSucceededEvent
The event for succeeded test.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.