| Interface | Description |
|---|---|
| FailureDetailView |
A view to show a details about a failure
|
| Sorter.Swapper | |
| TestCollector |
Collects Test class names to be presented
by the TestSelector.
|
| TestRunListener |
A listener interface for observing the
execution of a test run.
|
| TestSuiteLoader |
An interface to define how a test suite should be loaded.
|
| Class | Description |
|---|---|
| BaseTestRunner |
Base class for all test runners.
|
| ClassPathTestCollector |
An implementation of a TestCollector that consults the
class path.
|
| LoadingTestCollector |
An implementation of a TestCollector that loads
all classes on the class path and tests whether
it is assignable from Test or provides a static suite method.
|
| ReloadingTestSuiteLoader |
A TestSuite loader that can reload classes.
|
| SimpleTestCollector |
An implementation of a TestCollector that considers
a class to be a test class when it contains the
pattern "Test" in its name
|
| Sorter |
A custom quick sort with support to customize the swap behaviour.
|
| StandardTestSuiteLoader |
The standard test suite loader.
|
| TestCaseClassLoader |
A custom class loader which enables the reloading
of classes for each test run.
|
| Version |
This class defines the current version of JUnit
|