JTC: Java Testing Commons
JTC is a suite of common tools for building unit test/test suite in Java.
JTC provides handy helpers and extensions of common testing tools such as JUnit.
JTC features overview:
- Build test suite by automatically detecting all test classes under a package.
- Build test suite using all nested test classes of a class. Useful for organizing closely related test classes together.
- Parameterized test support for JUnit 3.8.x.
- assertArrayEquals for asserting array equality with detailed error messsage.
- More coming ...
Getting Started
- Download JTC.
- Check out User's Guide
- Check out JavaDoc
JTC is created by Business Logic Corporation.