Skip to content

reinhapa/junit-compat

Repository files navigation

JUnit 3 compatibility helper

MIT License Supported Versions Supported Versions Build Status Maven Central Code Coverage codecov.io

This project contains some of the old JUnit classes that where removed in the newer versions of JUnit. Using this project besides the actual JUnit library can help migrate to a newer version more smoothly.

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