Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 57786 invoked from network); 10 Dec 2003 07:49:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Dec 2003 07:49:28 -0000 Received: (qmail 83954 invoked by uid 500); 10 Dec 2003 07:48:56 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 83928 invoked by uid 500); 10 Dec 2003 07:48:56 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 83915 invoked from network); 10 Dec 2003 07:48:56 -0000 Received: from unknown (HELO dnsinet.rzf-nrw.de) (193.109.238.66) by daedalus.apache.org with SMTP; 10 Dec 2003 07:48:56 -0000 Received: from z011104.bk.fin.local (z011104.bk.fin.local [193.109.238.140]) by dnsinet.rzf-nrw.de (8.12.10/8.12.10) with ESMTP id hBA7mx9k026437 for ; Wed, 10 Dec 2003 08:48:59 +0100 Received: by z011104.bk.fin.local with Internet Mail Service (5.5.2657.72) id ; Wed, 10 Dec 2003 08:49:42 +0100 Message-ID: <879A5AD5DD0ED511891F0003473A9B5608FF740E@Z011004> From: Jan.Materne@rzf.fin-nrw.de To: user@ant.apache.org Subject: RE: how to run single test method inside TestCase using Ant Date: Wed, 10 Dec 2003 08:48:58 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C3BEF2.11E8D320" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C3BEF2.11E8D320 Content-Type: text/plain; charset="iso-8859-1" Not directly, is a usual test runner. And the test runner uses the suite() method of the test case. So you have to provide such a method. But if you know the class and method name you can generate a new class for this purpose ( or ) ... Jan > -----Original Message----- > From: Dickson, Craig [mailto:craig_dickson@xelus.com] > Sent: Wednesday, December 10, 2003 2:49 AM > To: JUnit List (E-mail); Ant List (E-mail) > Subject: how to run single test method inside TestCase using Ant > > > Is it possible, using the junit task from Ant (1.6), to run a > single test > method inside a TestCase class? > ------_=_NextPart_001_01C3BEF2.11E8D320--