Uses of Package
org.junit.runner.notification

Packages that use org.junit.runner.notification
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 standard Runner implementations. 
org.junit.runners.parameterized   
 

Classes in org.junit.runner.notification used by org.junit.experimental.max
RunListener
          Register 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.results
Failure
          A 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.runner
Failure
          A Failure holds a description of the failed test and the exception that was thrown while running it.
RunListener
          Register an instance of this class with RunNotifier 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
Failure
          A Failure holds a description of the failed test and the exception that was thrown while running it.
RunListener
          Register an instance of this class with RunNotifier 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
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
RunNotifier
          If you write custom runners, you may need to notify JUnit of your progress running tests.
 



Copyright © 2002–2020 JUnit. All rights reserved.