Package | Description |
---|---|
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. |
org.junit.runners.parameterized |
Modifier and Type | Method and Description |
---|---|
RunNotifier |
JUnit4TestAdapterCache.getNotifier(TestResult result,
JUnit4TestAdapter adapter) |
Modifier and Type | Method and Description |
---|---|
void |
IgnoredClassRunner.run(RunNotifier notifier) |
Modifier and Type | Field and Description |
---|---|
private RunNotifier |
MethodRoadie.notifier
Deprecated.
|
private RunNotifier |
JUnit38ClassRunner.OldTestClassAdaptingListener.notifier |
private RunNotifier |
ClassRoadie.notifier
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TestListener |
JUnit38ClassRunner.createAdaptingListener(RunNotifier notifier) |
protected void |
JUnit4ClassRunner.invokeTestMethod(java.lang.reflect.Method method,
RunNotifier notifier)
Deprecated.
|
void |
ErrorReportingRunner.run(RunNotifier notifier) |
void |
JUnit4ClassRunner.run(RunNotifier notifier)
Deprecated.
|
void |
JUnit38ClassRunner.run(RunNotifier notifier) |
private void |
ErrorReportingRunner.runCause(java.lang.Throwable child,
RunNotifier notifier) |
protected void |
JUnit4ClassRunner.runMethods(RunNotifier notifier)
Deprecated.
|
private void |
JUnit4ClassRunner.testAborted(RunNotifier notifier,
Description description,
java.lang.Throwable e)
Deprecated.
|
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
private RunNotifier |
EachTestNotifier.notifier |
Constructor and Description |
---|
EachTestNotifier(RunNotifier notifier,
Description description) |
Modifier and Type | Field and Description |
---|---|
private RunNotifier |
JUnitCore.notifier |
Modifier and Type | Method and Description |
---|---|
abstract void |
Runner.run(RunNotifier notifier)
Run the tests for this runner.
|
Modifier and Type | Method and Description |
---|---|
protected Statement |
ParentRunner.childrenInvoker(RunNotifier notifier)
Returns a
Statement : Call ParentRunner.runChild(Object, RunNotifier)
on each object returned by ParentRunner.getChildren() (subject to any imposed
filter and sort) |
protected Statement |
ParentRunner.classBlock(RunNotifier notifier)
Constructs a
Statement to run all of the tests in the test class. |
void |
ParentRunner.run(RunNotifier notifier) |
void |
Parameterized.AssumptionViolationRunner.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 by ParentRunner.getChildren() . |
private void |
ParentRunner.runChildren(RunNotifier notifier) |
protected void |
ParentRunner.runLeaf(Statement statement,
Description description,
RunNotifier notifier)
Runs a
Statement that represents a leaf (aka atomic) test. |
Modifier and Type | Method and Description |
---|---|
protected Statement |
BlockJUnit4ClassRunnerWithParameters.classBlock(RunNotifier notifier) |