JUnit 3 compatibility helper
Enhanced provided helper classes
Additional to the re-added removed JUnit 3 classes there are some additional helper classes building test suites:
CustomTestSuite
Creates a test suite based on a given text file containing all canonical test class names for the test suite.
RepeatFailedTests
Creates a test suite based on a given URIs where the JUnit runner log output is taken to get the failed tests and build it upon.
RecursiveTestSuite
Creates a test suite based on a set of test class files as starting point using their the local file system location, searching recursively for more test classes that are added to the suite.
Contribute
Contributions are always welcome. Use Google code style format for your changes.
License
This project is licensed under the MIT license