Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 17301 invoked from network); 5 Mar 2010 04:20:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 04:20:16 -0000 Received: (qmail 52719 invoked by uid 500); 5 Mar 2010 04:20:03 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 52383 invoked by uid 500); 5 Mar 2010 04:20:03 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 52375 invoked by uid 99); 5 Mar 2010 04:20:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 04:20:02 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flamefew@gmail.com designates 209.85.221.171 as permitted sender) Received: from [209.85.221.171] (HELO mail-qy0-f171.google.com) (209.85.221.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 04:19:56 +0000 Received: by qyk1 with SMTP id 1so2641035qyk.0 for ; Thu, 04 Mar 2010 20:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=nsqgQvc3DLS9jOuQLitQrBMkuNHFlpfn8VV9ZicObZY=; b=ZX5MSxJ/J2bXQz6k7RH3I7V54nDGA7eqiOnOuNlXvGi0bM0p5BC89gD0dG5+sBzhkI THZOy5idSkOmR4BUA1rmK5FrKe/NTgVi6HEyMy+GAXg7lq+/kEn81J4L9wcy44TpEBd8 4LoHJL85bOvUHBHyt7htrbOeTmGXamebRsP8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Wn4kcWzMOPwb+evN6F1ZHRON23vS69S2keF8lCHcbBHuEHWbAqzjlkRRsTLMYtKd3V sN46HxljhrYFbaF9tv3EYnI3/tRK4qujdQSHQzLURcztJfBQ777HADB4a4Xz1Rb9/IEK JN+sOTkIDxGpGEKZOtHEY+UvuzNnYSBURoLJw= MIME-Version: 1.0 Received: by 10.229.88.19 with SMTP id y19mr1856280qcl.46.1267762775253; Thu, 04 Mar 2010 20:19:35 -0800 (PST) In-Reply-To: <02AA127CD8DCDE48BC7D2DFB6C87083A04C457@nwt-s-mbx1.rocketsoftware.com> References: <25aac9fc1003041104y2274a9ek50818bfd01e507dc@mail.gmail.com> <02AA127CD8DCDE48BC7D2DFB6C87083A04C457@nwt-s-mbx1.rocketsoftware.com> Date: Thu, 4 Mar 2010 20:19:35 -0800 Message-ID: <31cc37361003042019s4bffb67atecc5848f4dd56685@mail.gmail.com> Subject: Re: [IO] get rid of suite() and TestAll classes? From: Henri Yandell To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Go for it. I think it's at the point now where you could do it and apologize later if someone gets upset. Hen On Thu, Mar 4, 2010 at 11:05 AM, Gary Gregory wrote: > Good idea, +1. > > Gary Gregory > Senior Software Engineer > Seagull Software > email: ggregory@seagullsoftware.com > email: ggregory@apache.org > www.seagullsoftware.com > > > >> -----Original Message----- >> From: sebb [mailto:sebbaz@gmail.com] >> Sent: Thursday, March 04, 2010 11:04 >> To: Commons Developers List >> Subject: [IO] get rid of suite() and TestAll classes? >> >> As was done recently for DPCP, POOL and CODEC, I'd like to get rid of >> all the main() and suite() methods in test cases, and drop the TestAll >> or PackageTest classes. >> >> SureFire allows individual tests to be run, and this can easily be >> enabled for Ant as well (as has been done for DBCP, POOL, CODEC). >> >> IDEs also allow individual tests (or groups of tests) to be run, so I >> don't think anything will be lost by dropping the code. >> >> The advantage is that all new test classes will automatically be run - >> the test packages cannot get out of date because there are none to >> maintain. >> >> S/// >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org