Uses of Class
org.junit.runner.notification.RunNotifier

Packages that use RunNotifier
junit.framework Provides JUnit v3.x core classes. 
org.junit.internal.builders   
org.junit.internal.runners Provides implementations of Runner 
org.junit.internal.runners.model   
org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. 
org.junit.runners Provides standard Runner implementations. 
 

Uses of RunNotifier in junit.framework
 

Methods in junit.framework that return RunNotifier
 RunNotifier JUnit4TestAdapterCache.getNotifier(TestResult result, JUnit4TestAdapter adapter)
           
 

Uses of RunNotifier in org.junit.internal.builders
 

Methods in org.junit.internal.builders with parameters of type RunNotifier
 void IgnoredClassRunner.run(RunNotifier notifier)
           
 

Uses of RunNotifier in org.junit.internal.runners
 

Methods in org.junit.internal.runners with parameters of type RunNotifier
 TestListener JUnit38ClassRunner.createAdaptingListener(RunNotifier notifier)
           
 void JUnit4ClassRunner.run(RunNotifier notifier)
          Deprecated.  
 void JUnit38ClassRunner.run(RunNotifier notifier)
           
 void ErrorReportingRunner.run(RunNotifier notifier)
           
 

Constructors in org.junit.internal.runners with parameters of type RunNotifier
ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable)
          Deprecated.  
MethodRoadie(Object test, TestMethod method, RunNotifier notifier, Description description)
          Deprecated.  
 

Uses of RunNotifier in org.junit.internal.runners.model
 

Constructors in org.junit.internal.runners.model with parameters of type RunNotifier
EachTestNotifier(RunNotifier notifier, Description description)
           
 

Uses of RunNotifier in org.junit.runner
 

Methods in org.junit.runner with parameters of type RunNotifier
abstract  void Runner.run(RunNotifier notifier)
          Run the tests for this runner.
 

Uses of RunNotifier in org.junit.runners
 

Methods in org.junit.runners with parameters of type RunNotifier
 void ParentRunner.run(RunNotifier notifier)