Package org.junit.runner.notification
Provides information about a test run.
- Since:
- 4.0
-
Class Summary Class Description Failure AFailure
holds a description of the failed test and the exception that was thrown while running it.RunListener If you need to respond to the events during a test run, extendRunListener
and override the appropriate methods.RunNotifier If you write custom runners, you may need to notify JUnit of your progress running tests. -
Exception Summary Exception Description StoppedByUserException Thrown when a user has requested that the test run stop.