From user-return-45919-apmail-ant-user-archive=ant.apache.org@ant.apache.org Fri Sep 24 10:11:12 2004 Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 22205 invoked from network); 24 Sep 2004 10:11:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Sep 2004 10:11:12 -0000 Received: (qmail 99653 invoked by uid 500); 24 Sep 2004 10:13:02 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 99490 invoked by uid 500); 24 Sep 2004 10:12:58 -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 99351 invoked by uid 99); 24 Sep 2004 10:12:56 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ad-rocha@uol.com.br designates 200.221.11.58 as permitted sender) Received: from [200.221.11.58] (HELO smtp.uol.com.br) (200.221.11.58) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 24 Sep 2004 03:12:55 -0700 Received: from andre (200-158-87-70.dsl.telesp.net.br [200.158.87.70]) by scorpion5.uol.com.br (Postfix) with ESMTP id 174748505 for ; Fri, 24 Sep 2004 07:13:20 -0300 (BRT) From: =?iso-8859-1?Q?Andr=E9_Dantas_Rocha?= To: Subject: Choosing junit tests Date: Fri, 24 Sep 2004 07:13:37 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0018_01C4A206.02F3C490" X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcSiHyevGb4eZeU1RPuYvS6yrauRDw== Message-Id: <20040924101320.174748505@scorpion5.uol.com.br> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0018_01C4A206.02F3C490 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =20 Is there a way to specify the junit tests to run? =20 Something like this: =20 public classe MyTestCase extends TestCase { public void testCase1 {} public void testCase2 {} public void testCase3 {} } =20 I would like to run only testCase2 and testCase3. Is it possible? =20 Thanks, =20 Andr=E9=20 ------=_NextPart_000_0018_01C4A206.02F3C490--