Uses of Package
org.junit.runner.notification
Packages that use org.junit.runner.notification
Package
Description
Provides JUnit v3.x core classes.
Provides classes used to describe, collect, run and analyze multiple tests.
Provides information about a test run.
Provides standard
Runner
implementations.-
Classes in org.junit.runner.notification used by junit.frameworkClassDescriptionIf 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.maxClassDescriptionRegister an instance of this class with
RunNotifier
to be notified of events that occur during a test run. -
Classes in org.junit.runner.notification used by org.junit.experimental.resultsClassDescriptionA
Failure
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.internalClassDescriptionA
Failure
holds a description of the failed test and the exception that was thrown while running it.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.runnerClassDescriptionA
Failure
holds a description of the failed test and the exception that was thrown while running it.Register an instance of this class withRunNotifier
to be notified of events that occur during a test run.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.notificationClassDescriptionA
Failure
holds a description of the failed test and the exception that was thrown while running it.Register an instance of this class withRunNotifier
to be notified of events that occur during a test run.Thrown when a user has requested that the test run stop. -
Classes in org.junit.runner.notification used by org.junit.runnersClassDescriptionIf 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.parameterizedClassDescriptionIf you write custom runners, you may need to notify JUnit of your progress running tests.