JTester

A small, extendable Java Unit Testing package

View the official documentation Generated by JavaDoc

View the Project on GitHub panchr/JTester

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.