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