News

This article will look at configuring integration tests using Spring and DBUnit so that test data is inserted into the database before every test. This article also looks at a utility to export/import ...
The NetBeans IDE provides JUnit integration that can be very handy when writing and running JUnit -based unit tests . However, I like to be able to do anything I might do often outside of the IDE ...