Version 0.6 of the SpringUnit framework has just been published. This version integrates SpringUnit with JUnit 4.4 and Spring 2.0.7. It also fixes some minor issues.
If you are an Eclipse user, you may also wish to download version 0.3.0 of the plugin, which incorporates support for JUnit 4 and also adaptats to Spring 2.0.7.
Attention Maven users: SpringUnit is now published in the Maven repository. To include it in your project's POM, use groupId=org.springunit, artifactId=springunit, version=0.5.
Version 0.5 of the SpringUnit framework has just been published. This version clarifies the classpath location of the XML bean configuration files. The XML data files must be located in the same package as the corresponding Java class. For backward compatibility, XML data files may be placed in the default package.
If you are an Eclipse user, be sure and also download version 0.2.0 of the plugin, which reflects this behavior in the New Test Wizard.
The Eclipse Plug-in for SpringUnit is now available for download. The Plug-in facilitates SpringUnit test development by generating skeleton Java source and XML bean configuration files. See the documentation on the SpringUnit web site to learn how to download, install and use the plug-in.
Work on an Eclipse plugin for SpringUnit is under way. The plugin will generate a skeleton Java test class and a skeleton XML configuration file. It will ensure that all SpringUnit naming conventions are observed. It will support transactional and non-transactional tests and will support the creation of a SpringUnit test class anywhere in the class hierarchy.
The target release date for the plugin is May 1.
The complete documentation of the SpringUnit Case Study is now available. Check it out at http://springunit.sourceforge.net/casestudy/tutorial/intro.html.
Partial documentation of the SpringUnit Case Study is now available. The Case Study Tutorial explains the system under test, unit tests of the domain model, and unit tests of the business logic using mock objects.
Documentation of the Case Study integration tests is still in development.