Package | Description |
---|---|
junit.framework |
Provides JUnit v3.x core classes.
|
org.junit.experimental.max | |
org.junit.experimental.results | |
org.junit.internal | |
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.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 |
---|
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. |
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. |
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.
|
Class and Description |
---|
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. |
RunListener.ThreadSafe
Indicates a
RunListener that can have its methods called
concurrently. |
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. |
RunListener.ThreadSafe
Indicates a
RunListener that can have its methods called
concurrently. |
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.
|