Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 37882 invoked from network); 11 Mar 2007 15:49:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2007 15:49:19 -0000 Received: (qmail 19970 invoked by uid 500); 11 Mar 2007 15:49:24 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 19934 invoked by uid 500); 11 Mar 2007 15:49:23 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 19923 invoked by uid 99); 11 Mar 2007 15:49:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 08:49:23 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 204.127.192.81 is neither permitted nor denied by domain of hoju@visi.com) Received: from [204.127.192.81] (HELO rwcrmhc11.comcast.net) (204.127.192.81) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Mar 2007 07:49:11 -0800 Received: from nicki.visi.com (c-24-131-157-61.hsd1.nh.comcast.net[24.131.157.61]) by comcast.net (rwcrmhc11) with SMTP id <20070311154850m11009kl72e>; Sun, 11 Mar 2007 15:48:50 +0000 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sun, 11 Mar 2007 09:49:14 -0600 To: "Ant Users List" From: Jacob Kjome Subject: Re: How to get a list of sub-classes of a class? In-Reply-To: <20070311140834.0232410FB006@herse.apache.org> References: <20070311140834.0232410FB006@herse.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Relayed-By: GPGrelay Version 0.959 (Win32) X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20070311154914.D2EBE10FB004@herse.apache.org> Use consistent naming. If you have a class named "MyClass", then name its testcase MyClassTest. Now included all classes with the pattern *Test. Jake At 08:08 AM 3/11/2007, you wrote: >Hi, > >I have this list of all classes. How can I filter them to get only a list of >classes that extend junit.framework.TestCase? > >Zsolt > >Zsolt > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: user-unsubscribe@ant.apache.org >For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org