| Class | Description |
|---|---|
| CustomTestSuite |
Helper class to execute all defined tests.
|
| RecursiveTestSuiteBuilder |
Helper class that builds test suite content based on a class file location
|
| RepeatFailedTests |
Helper class to execute all failed ANT tests according the
consoleText
as defined in the system property error.log.url. |
| SameThreadExecutorService |
Simple implementation of a
ExecutorService executing all tasks in the caller thread. |