tquadrat's Foundation Library org.tquadrat.foundation.testutil 0.4.1 API

The Foundation set of libraries is a collection of classes and related tools that have been proved to be useful for my daily programming work. One goal in writing this code was to use always the latest Java, together with the most recent state-of-the-art coding techniques. I also put a lot of strength on the documentation of my code, so hopefully there are not any questions remaining after studying this JavaDoc.

Another goal when creating this library was to provide JUnit tests for all classes and their methods. Unfortunately, this is a work in progress, but I am on a good way.

The util module of the Foundation Library provides several general purpose tools and utilities; it is the library to add to your project when you want to make use of the Foundation libraries.

This library org.tquadrat-test contains components that I used to simplify the generation of JUnit tests.

Packages
Package
Description
Classes that are meant to support the writing of JUnit tests.
The implementations of some common interfaces that are sometimes used in the tests.