Uses of Class
org.junit.runner.notification.RunNotifier
Packages that use RunNotifier
Package
Description
Provides JUnit v3.x core classes.
Provides implementations of
Runner
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.internal.builders
Methods in org.junit.internal.builders with parameters of type RunNotifier -
Uses of RunNotifier in org.junit.internal.runners
Fields in org.junit.internal.runners declared as RunNotifierModifier and TypeFieldDescriptionprivate RunNotifier
ClassRoadie.notifier
Deprecated.private final RunNotifier
JUnit38ClassRunner.OldTestClassAdaptingListener.notifier
private final RunNotifier
MethodRoadie.notifier
Deprecated.Methods in org.junit.internal.runners with parameters of type RunNotifierModifier and TypeMethodDescriptionJUnit38ClassRunner.createAdaptingListener
(RunNotifier notifier) protected void
JUnit4ClassRunner.invokeTestMethod
(Method method, RunNotifier notifier) Deprecated.void
ErrorReportingRunner.run
(RunNotifier notifier) void
JUnit38ClassRunner.run
(RunNotifier notifier) void
JUnit4ClassRunner.run
(RunNotifier notifier) Deprecated.private void
ErrorReportingRunner.runCause
(Throwable child, RunNotifier notifier) protected void
JUnit4ClassRunner.runMethods
(RunNotifier notifier) Deprecated.private void
JUnit4ClassRunner.testAborted
(RunNotifier notifier, Description description, Throwable e) Deprecated.Constructors in org.junit.internal.runners with parameters of type RunNotifierModifierConstructorDescriptionClassRoadie
(RunNotifier notifier, TestClass testClass, Description description, Runnable runnable) Deprecated.MethodRoadie
(Object test, TestMethod method, RunNotifier notifier, Description description) Deprecated.private
OldTestClassAdaptingListener
(RunNotifier notifier) -
Uses of RunNotifier in org.junit.internal.runners.model
Fields in org.junit.internal.runners.model declared as RunNotifierConstructors in org.junit.internal.runners.model with parameters of type RunNotifier -
Uses of RunNotifier in org.junit.runner
Fields in org.junit.runner declared as RunNotifierMethods in org.junit.runner with parameters of type RunNotifierModifier and TypeMethodDescriptionabstract 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 RunNotifierModifier and TypeMethodDescriptionprotected Statement
ParentRunner.childrenInvoker
(RunNotifier notifier) Returns aStatement
: CallParentRunner.runChild(Object, RunNotifier)
on each object returned byParentRunner.getChildren()
(subject to any imposed filter and sort)protected Statement
ParentRunner.classBlock
(RunNotifier notifier) Constructs aStatement
to run all of the tests in the test class.void
Parameterized.AssumptionViolationRunner.run
(RunNotifier notifier) void
ParentRunner.run
(RunNotifier notifier) protected void
BlockJUnit4ClassRunner.runChild
(FrameworkMethod method, RunNotifier notifier) protected abstract void
ParentRunner.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 void
Suite.runChild
(Runner runner, RunNotifier notifier) private void
ParentRunner.runChildren
(RunNotifier notifier) protected final void
ParentRunner.runLeaf
(Statement statement, Description description, RunNotifier notifier) Runs aStatement
that 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 Statement
BlockJUnit4ClassRunnerWithParameters.classBlock
(RunNotifier notifier)