Uses of Class
org.junit.runner.notification.RunNotifier
Packages that use RunNotifier
Package
Description
Provides JUnit v3.x core classes.
Provides classes used to describe, collect, run and analyze multiple tests.
Provides standard
Runner implementations.-
Uses of RunNotifier in junit.framework
Methods in junit.framework that return RunNotifierModifier and TypeMethodDescriptionJUnit4TestAdapterCache.getNotifier(TestResult result, JUnit4TestAdapter adapter) -
Uses of RunNotifier in org.junit.runner
Methods in org.junit.runner with parameters of type RunNotifierModifier and TypeMethodDescriptionabstract voidRunner.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 RunNotifierModifier and TypeMethodDescriptionprotected StatementParentRunner.childrenInvoker(RunNotifier notifier) Returns aStatement: CallParentRunner.runChild(Object, RunNotifier)on each object returned byParentRunner.getChildren()(subject to any imposed filter and sort)protected StatementParentRunner.classBlock(RunNotifier notifier) Constructs aStatementto run all of the tests in the test class.voidParentRunner.run(RunNotifier notifier) protected voidBlockJUnit4ClassRunner.runChild(FrameworkMethod method, RunNotifier notifier) protected abstract voidParentRunner.runChild(T child, RunNotifier notifier) Runs the test corresponding tochild, which can be assumed to be an element of the list returned byParentRunner.getChildren().protected voidSuite.runChild(Runner runner, RunNotifier notifier) protected final voidParentRunner.runLeaf(Statement statement, Description description, RunNotifier notifier) Runs aStatementthat represents a leaf (aka atomic) test. -
Uses of RunNotifier in org.junit.runners.parameterized
Methods in org.junit.runners.parameterized with parameters of type RunNotifierModifier and TypeMethodDescriptionprotected StatementBlockJUnit4ClassRunnerWithParameters.classBlock(RunNotifier notifier)