Package | Description |
---|---|
junit.framework |
Provides JUnit v3.x core classes.
|
junit.runner |
Provides JUnit v3.x test runners.
|
junit.textui |
Provides JUnit v3.x command line based tool to run tests.
|
org.junit.internal.runners |
Provides implementations of
Runner |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TestListener> |
TestResult.fListeners |
Modifier and Type | Method and Description |
---|---|
private java.util.List<TestListener> |
TestResult.cloneListeners()
Returns a copy of the listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
TestResult.addListener(TestListener listener)
Registers a TestListener.
|
void |
TestResult.removeListener(TestListener listener)
Unregisters a TestListener.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTestRunner
Base class for all test runners.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultPrinter |
class |
TestRunner
A command line based tool to run tests.
|
Modifier and Type | Class and Description |
---|---|
private static class |
JUnit38ClassRunner.OldTestClassAdaptingListener |
Modifier and Type | Method and Description |
---|---|
TestListener |
JUnit38ClassRunner.createAdaptingListener(RunNotifier notifier) |