JTester
A small, extendable Java Unit Testing package
JTester is a simple unit testing package for Java. It is easily extendable, and users and encouraged to do so.
Let's start with a simple BankAccount class. It models a bank account.
The tester for this class must extend the JTester class.