diff --git a/xdocs/resources.xml b/xdocs/resources.xml index aca648689..150942c4b 100644 --- a/xdocs/resources.xml +++ b/xdocs/resources.xml @@ -77,6 +77,21 @@ + +

This article demonstrates an approach to the automated build and test process. Working with Ant 1.3 and the JUnit test framework, it shows how to automate a process that captures pertinent information about each test suite run, generates an attractive report, and e-mails the report.

+ + + + + + + + + + +
Author:Erik Hatcher
URL:http://www.ibm.com/developerworks/java/library/j-junitmail/
+
+

This article explores the benefits of unit testing with Ant and JUnit, detailing how to develop automated unit tests and integrate them