Interface | Description |
---|---|
FailureDetailView |
A view to show a details about a failure
- Not needed for 1.0 SDK
|
Sorter.Swapper | |
TestCollector |
Collects Test class names to be presented
by the TestSelector.
|
Class | Description |
---|---|
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.
|
TestCaseClassLoader |
A custom class loader which enables the reloading
of classes for each test run.
|