Uses of Class
org.junit.runner.notification.RunNotifier
-
Packages that use RunNotifier Package Description junit.framework Provides JUnit v3.x core classes.org.junit.internal.builders org.junit.internal.runners Provides implementations ofRunnerorg.junit.internal.runners.model org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runners Provides standardRunnerimplementations.org.junit.runners.parameterized -
-
Uses of RunNotifier in junit.framework
Methods in junit.framework that return RunNotifier Modifier and Type Method Description RunNotifierJUnit4TestAdapterCache. getNotifier(TestResult result, JUnit4TestAdapter adapter) -
Uses of RunNotifier in org.junit.internal.builders
Methods in org.junit.internal.builders with parameters of type RunNotifier Modifier and Type Method Description voidIgnoredClassRunner. run(RunNotifier notifier) -
Uses of RunNotifier in org.junit.internal.runners
Fields in org.junit.internal.runners declared as RunNotifier Modifier and Type Field Description private RunNotifierClassRoadie. notifierDeprecated.private RunNotifierJUnit38ClassRunner.OldTestClassAdaptingListener. notifierprivate RunNotifierMethodRoadie. notifierDeprecated.Methods in org.junit.internal.runners with parameters of type RunNotifier Modifier and Type Method Description TestListenerJUnit38ClassRunner. createAdaptingListener(RunNotifier notifier)protected voidJUnit4ClassRunner. invokeTestMethod(java.lang.reflect.Method method, RunNotifier notifier)Deprecated.voidErrorReportingRunner. run(RunNotifier notifier)voidJUnit38ClassRunner. run(RunNotifier notifier)voidJUnit4ClassRunner. run(RunNotifier notifier)Deprecated.private voidErrorReportingRunner. runCause(java.lang.Throwable child, RunNotifier notifier)protected voidJUnit4ClassRunner. runMethods(RunNotifier notifier)Deprecated.private voidJUnit4ClassRunner. testAborted(RunNotifier notifier, Description description, java.lang.Throwable e)Deprecated.Constructors in org.junit.internal.runners with parameters of type RunNotifier Constructor Description ClassRoadie(RunNotifier notifier, TestClass testClass, Description description, java.lang.Runnable runnable)Deprecated.MethodRoadie(java.lang.Object test, TestMethod method, RunNotifier notifier, Description description)Deprecated.OldTestClassAdaptingListener(RunNotifier notifier) -
Uses of RunNotifier in org.junit.internal.runners.model
Fields in org.junit.internal.runners.model declared as RunNotifier Modifier and Type Field Description private RunNotifierEachTestNotifier. notifierConstructors in org.junit.internal.runners.model with parameters of type RunNotifier Constructor Description EachTestNotifier(RunNotifier notifier, Description description) -
Uses of RunNotifier in org.junit.runner
Fields in org.junit.runner declared as RunNotifier Modifier and Type Field Description private RunNotifierJUnitCore. notifierMethods in org.junit.runner with parameters of type RunNotifier Modifier and Type Method Description abstract 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 RunNotifier Modifier and Type Method Description protected 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.voidParameterized.AssumptionViolationRunner. run(RunNotifier notifier)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)private voidParentRunner. runChildren(RunNotifier notifier)protected 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 RunNotifier Modifier and Type Method Description protected StatementBlockJUnit4ClassRunnerWithParameters. classBlock(RunNotifier notifier)
-