Menu

SpringUnit / News: Recent posts

SpringUnit Version 0.6 published

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.

Posted by Ted Velkoff 2007-12-10

SpringUnit now in Maven Repository

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.

Posted by Ted Velkoff 2007-05-29

SpringUnit Version 0.5 published

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.

Posted by Ted Velkoff 2007-05-16

SpringUnit Eclipse Plug-in Published

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.

Posted by Ted Velkoff 2007-05-03

SpringUnit Eclipse Plugin in Development

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.

Posted by Ted Velkoff 2007-04-11

SpringUnit Case Study Documentation Complete

The complete documentation of the SpringUnit Case Study is now available. Check it out at http://springunit.sourceforge.net/casestudy/tutorial/intro.html.

Posted by Ted Velkoff 2007-01-22

Case Study Documentation

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.

Posted by Ted Velkoff 2007-01-13