Dependent Object Framework 0.9 (Default branch)

The Dependent Object Framework enables efficient JUnit testing and test driven development against code that depends on objects that are persisted (e.g., to a database). This code was originally developed to add JUnit tests that used the real database code rather than trying to mock out all the dependencies in a large commercial enterprise product, IBM's WebSphere Product Center. The framework makes it extremely easy to simply specify what database objects a test "requires". License: Eclipse Public License Changes:
This initial release includes example code on top of hsqldb.

More...