Package org.junit.runner.notification
package org.junit.runner.notification
Provides information about a test run.
- Since:
- 4.0
-
ClassDescriptionA
Failure
holds a description of the failed test and the exception that was thrown while running it.Register an instance of this class withRunNotifier
to be notified of events that occur during a test run.Indicates aRunListener
that can have its methods called concurrently.If you write custom runners, you may need to notify JUnit of your progress running tests.Thrown when a user has requested that the test run stop.Thread-safe decorator forRunListener
implementations that synchronizes calls to the delegate.