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
RunnerProvides 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
RunNotifierto be notified of events that occur during a test run. -
Classes in org.junit.runner.notification used by org.junit.experimental.resultsClassDescriptionA
Failureholds 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
Failureholds a description of the failed test and the exception that was thrown while running it.Register an instance of this class withRunNotifierto 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
Failureholds a description of the failed test and the exception that was thrown while running it.Register an instance of this class withRunNotifierto 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
Failureholds a description of the failed test and the exception that was thrown while running it.Register an instance of this class withRunNotifierto 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.