Class | Description |
---|---|
Failure |
A
Failure holds a description of the failed test and the
exception that was thrown while running it. |
RunListener |
Register an instance of this class with
RunNotifier to be notified
of events that occur during a test run. |
RunNotifier |
If you write custom runners, you may need to notify JUnit of your progress running tests.
|
SynchronizedRunListener |
Thread-safe decorator for
RunListener implementations that synchronizes
calls to the delegate. |
Exception | Description |
---|---|
StoppedByUserException |
Thrown when a user has requested that the test run stop.
|
Annotation Type | Description |
---|---|
RunListener.ThreadSafe |
Indicates a
RunListener that can have its methods called
concurrently. |