Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 57700 invoked from network); 23 Feb 2003 22:49:24 -0000 Received: from hplb.hpl.hp.com (192.6.10.2) by daedalus.apache.org with SMTP; 23 Feb 2003 22:49:24 -0000 Received: from snowy.hpl.hp.com (snowy.hpl.hp.com [15.144.94.243]) by hplb.hpl.hp.com (8.12.1/8.12.1/HP Labs Bristol relay) with ESMTP id h1NMnN8v010422 for ; Sun, 23 Feb 2003 22:49:24 GMT Received: from zermatt (pal1nai161180.nsr.hp.com [15.244.161.180]) by snowy.hpl.hp.com with SMTP (8.7.6/8.7.3 SMKit7.0) id WAA03462 for ; Sun, 23 Feb 2003 22:49:21 GMT Message-ID: <001c01c2db8d$ced7dc40$b4a1f40f@zermatt> From: "Steve Loughran" To: "Ant Users List" References: <3E5928C7.7090303@machturtle.com> Subject: Re: Unit Testing Tasks.... Date: Sun, 23 Feb 2003 14:49:19 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: "David Corbin" To: "Ant Users List" Sent: Sunday, February 23, 2003 12:02 Subject: Unit Testing Tasks.... > Has anyone built a framework designed to help unit-test ant tasks? ant does that; but you only get it with the ant source...look at src\test and all the tests underneath. The core feature is a base class that lets you execute targets in a named build file, expect properties set afterwards to certain values, or exceptions to be thrown, output to be output, etc, etc.