| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RunNotifier | |
|---|---|
| org.junit.runner | Provides classes used to describe, collect, run and analyze multiple tests. | 
| org.junit.runners | Provides standard Runnerimplementations. | 
| org.junit.runners.parameterized | |
| 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 | |
|---|---|
| protected  Statement | ParentRunner.childrenInvoker(RunNotifier notifier)Returns a Statement: CallParentRunner.runChild(Object, RunNotifier)on each object returned byParentRunner.getChildren()(subject to any imposed
 filter and sort) | 
| protected  Statement | ParentRunner.classBlock(RunNotifier notifier)Constructs a Statementto run all of the tests in the test class. | 
|  void | ParentRunner.run(RunNotifier notifier) | 
| protected  void | BlockJUnit4ClassRunner.runChild(FrameworkMethod method,
                 RunNotifier notifier) | 
| protected  void | Suite.runChild(Runner runner,
                 RunNotifier notifier) | 
| protected abstract  void | ParentRunner.runChild(T child,
                 RunNotifier notifier)Runs the test corresponding to child, which can be assumed to be
 an element of the list returned byParentRunner.getChildren(). | 
| protected  void | ParentRunner.runLeaf(Statement statement,
               Description description,
               RunNotifier notifier)Runs a Statementthat represents a leaf (aka atomic) test. | 
| Uses of RunNotifier in org.junit.runners.parameterized | 
|---|
| Methods in org.junit.runners.parameterized with parameters of type RunNotifier | |
|---|---|
| protected  Statement | BlockJUnit4ClassRunnerWithParameters.classBlock(RunNotifier notifier) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||