| Package | Description |
|---|---|
| junit.framework |
Provides JUnit v3.x core classes.
|
| org.junit.experimental.max | |
| org.junit.experimental.results | |
| org.junit.runner |
Provides classes used to describe, collect, run and analyze multiple tests.
|
| org.junit.runner.notification |
Provides information about a test run.
|
| org.junit.runners |
Provides standard
Runner implementations. |
| org.junit.runners.parameterized |
| Class and Description |
|---|
| RunNotifier
If you write custom runners, you may need to notify JUnit of your progress running tests.
|
| Class and Description |
|---|
| RunListener
Register an instance of this class with
RunNotifier to be notified
of events that occur during a test run. |
| Class and Description |
|---|
| Failure
A
Failure holds a description of the failed test and the
exception that was thrown while running it. |
| Class and Description |
|---|
| Failure
A
Failure holds a description of the failed test and the
exception that was thrown while running it. |
| RunListener
Register an instance of this class with
RunNotifier to be notified
of events that occur during a test run. |
| RunNotifier
If you write custom runners, you may need to notify JUnit of your progress running tests.
|
| Class and Description |
|---|
| Failure
A
Failure holds a description of the failed test and the
exception that was thrown while running it. |
| RunListener
Register an instance of this class with
RunNotifier to be notified
of events that occur during a test run. |
| StoppedByUserException
Thrown when a user has requested that the test run stop.
|
| Class and Description |
|---|
| RunNotifier
If you write custom runners, you may need to notify JUnit of your progress running tests.
|
| Class and Description |
|---|
| RunNotifier
If you write custom runners, you may need to notify JUnit of your progress running tests.
|
Copyright © 2002–2020 JUnit. All rights reserved.