| Package | Description |
|---|---|
| org.junit.runner |
Provides classes used to describe, collect, run and analyze multiple tests.
|
| org.junit.runner.notification |
Provides information about a test run.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
Result.Listener |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
SynchronizedRunListener
Thread-safe decorator for
RunListener implementations that synchronizes
calls to the delegate. |