Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.junit.runner.notification Classes and Interfaces - 4 results found.
NameDescriptionTypePackageFramework
FailureA Failure holds a description of the failed test and the exception that was thrown while running it.Classorg.junit.runner.notificationJUnit
RunListenerIf you need to respond to the events during a test run, extend RunListener and override the appropriate methods.Classorg.junit.runner.notificationJUnit
RunNotifierIf you write custom runners, you may need to notify JUnit of your progress running tests.Classorg.junit.runner.notificationJUnit
StoppedByUserExceptionThrown when a user has requested that the test run stop.Classorg.junit.runner.notificationJUnit