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.internal org.junit.internal.builders org.junit.internal.runners Provides implementations ofRunner
org.junit.internal.runners.model 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 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. -
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.internal 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. -
Classes in org.junit.runner.notification used by org.junit.internal.builders 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.internal.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.internal.runners.model 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.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.RunListener.ThreadSafe Indicates aRunListener
that can have its methods called concurrently.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.RunListener.ThreadSafe Indicates aRunListener
that can have its methods called concurrently.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.