"Unofficial" JUnit

This project is a collection (ok, 2 items are a collection) of extensions of JUnit, which don't belong there or just did not made it into the official release.

By right, these extensions belong into junit-addons https://sourceforge.net/projects/junit-addons/, but this project seems to be in abandon.

For now, two extensions are included:

  • RegexSuite, which in addition to the list of classes in the "official" suite implementation allows to collect test classes via regular expressions matched against qualified class names.
  • CSVParametrised provides methods which read CSV-files and return objects of type List<Object[]>, ideal for the creation of parametrised test classes.

    For examles, see the javadoc.