Unitils 3.1 Released
Unitils provides utilities to simplify unit-testing with JUnit or TestNG. It builds further on DBUnit and EasyMock and integrates with Hibernate and Spring. The goal is to make unit-testing easy and maintainable by offering utilities such as automatic DB-schema maintenance and equality assertion through reflection.
This release contains some important fixes for the mock module.
The cglib, asm and objenesis dependencies are now also repackaged into the unitils-mock.jar. This will avoid version problems when your own project also uses versions of these libs, e.g. because you're using hibernate (which uses cglib).
Release notes:
http://jira.unitils.org/secure/ReleaseNote.jspa?projectId=10000&styleName=Html&version=10030
Project Web Site:
http://www.unitils.org/
Download Page:
http://sourceforge.net/project/showfiles.php?group_id=167201