| Interface | Description |
|---|---|
| ClassLevelFixtureTest | |
| CodeBlock | |
| Test | |
| TestCase |
Marker interface for test cases.
|
| TestDecorator | |
| TestExecutor | |
| TestFactory | |
| TestLifeCycle |
For test cases that need setUp/tearDown support.
|
| TestListener | |
| TestSuiteBuilder |
Custom test suite builder interface.
|
| Class | Description |
|---|---|
| ArrayAssert | |
| Assert | |
| Check |
Utility class to enable the reuse of object comparison and checking
methods without asserting.
|
| ClassLevelFixtureTestSuite | |
| CompositeTestListener | |
| ConsoleListener | |
| ConsoleTestRunner | |
| ContextfulTest | |
| FailingTest |
A test that always fails with a specific exception.
|
| Iterable4Assert | |
| Iterator4Assert | |
| IteratorAssert | |
| JaggedArrayAssert | |
| OpaqueTestSuiteBase | |
| Printable | |
| ReflectionTestSuite |
Support for hierarchically chained test suites.
|
| ReflectionTestSuiteBuilder | |
| StringAssert | |
| TestDecorationAdapter | |
| TestFailure | |
| TestFailureCollection | |
| TestMethod |
Reflection based db4ounit.Test implementation.
|
| TestPlatform | |
| TestResult | |
| TestRunner | |
| UnitTestMain |
| Exception | Description |
|---|---|
| AssertionException | |
| SetupFailureException | |
| TearDownFailureException | |
| TestException |