Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.junit.runner.notification Classes and Interfaces - 4 results found.
| Name | Description | Type | Package | Framework |
| Failure | A Failure holds a description of the failed test and the exception that was thrown while running it. | Class | org.junit.runner.notification | JUnit |
|
| RunListener | If you need to respond to the events during a test run, extend RunListener and override the appropriate methods. | Class | org.junit.runner.notification | JUnit |
|
| RunNotifier | If you write custom runners, you may need to notify JUnit of your progress running tests. | Class | org.junit.runner.notification | JUnit |
|
| StoppedByUserException | Thrown when a user has requested that the test run stop. | Class | org.junit.runner.notification | JUnit |