From b437e6f5e54a05988b3018a9881eddb2b247c584 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Wed, 15 Aug 2001 03:22:37 +0000 Subject: [PATCH] Added a link to Junit/Ant article. Submitted By: "Erik Hatcher" git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269564 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/resources.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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