Uses of Package
org.junit.runner.notification
Packages that use org.junit.runner.notification
Package
Description
Provides JUnit v3.x core classes.
Provides implementations of
Runner
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.maxClassDescriptionA
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.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.internal.buildersClassDescriptionIf 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.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.internal.runners.modelClassDescriptionIf 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.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.Indicates aRunListener
that can have its methods called concurrently.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.Indicates aRunListener
that can have its methods called concurrently.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.