| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TestListener> |
TestResult.fListeners |
| 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.
|
Copyright © 2002–2020 JUnit. All rights reserved.