Uses of Package
org.junit.runner.notification
-
Packages that use org.junit.runner.notification Package Description junit.framework Provides JUnit v3.x core classes.org.junit.experimental.max org.junit.experimental.results org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runner.notification Provides information about a test run.org.junit.runners Provides standardRunner
implementations.org.junit.runners.parameterized -
Classes in org.junit.runner.notification used by junit.framework Class Description RunNotifier If you write custom runners, you may need to notify JUnit of your progress running tests. -
Classes in org.junit.runner.notification used by org.junit.experimental.max Class Description RunListener Register an instance of this class withRunNotifier
to be notified of events that occur during a test run. -
Classes in org.junit.runner.notification used by org.junit.experimental.results Class Description Failure AFailure
holds a description of the failed test and the exception that was thrown while running it. -
Classes in org.junit.runner.notification used by org.junit.runner Class Description Failure AFailure
holds a description of the failed test and the exception that was thrown while running it.RunListener Register an instance of this class withRunNotifier
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. -
Classes in org.junit.runner.notification used by org.junit.runner.notification Class Description Failure AFailure
holds a description of the failed test and the exception that was thrown while running it.RunListener Register an instance of this class withRunNotifier
to be notified of events that occur during a test run.StoppedByUserException Thrown when a user has requested that the test run stop. -
Classes in org.junit.runner.notification used by org.junit.runners Class Description RunNotifier If you write custom runners, you may need to notify JUnit of your progress running tests. -
Classes in org.junit.runner.notification used by org.junit.runners.parameterized Class Description RunNotifier If you write custom runners, you may need to notify JUnit of your progress running tests.