Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 04090677E for ; Tue, 19 Jul 2011 15:50:31 +0000 (UTC) Received: (qmail 55077 invoked by uid 500); 19 Jul 2011 15:50:30 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 54991 invoked by uid 500); 19 Jul 2011 15:50:29 -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 54983 invoked by uid 99); 19 Jul 2011 15:50:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 15:50:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jodastephen@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2011 15:50:22 +0000 Received: by qwf6 with SMTP id 6so2673025qwf.30 for ; Tue, 19 Jul 2011 08:50:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=q2fF2xIYbEuRgCQoGgWG8CS0Kbk68PAloRbgX2wVAL8=; b=k+UP4OitASAI84tP6LWxBv/wzqVvlrf8NjUohvSn9DwBMLvf30a9Qi5U1sr2TIjxIW JF4PY1csnMdLWUJV2bid9LiMNT8zLyYFRC8Fs52aBGY7sg3MjpUalYekBjL98EbG7Ofy xFvKDP3Hg4aCOf8CsY/KeHX+KJOxHn2ZtH3C8= Received: by 10.229.43.95 with SMTP id v31mr6011410qce.120.1311090601262; Tue, 19 Jul 2011 08:50:01 -0700 (PDT) MIME-Version: 1.0 Sender: jodastephen@gmail.com Received: by 10.229.19.205 with HTTP; Tue, 19 Jul 2011 08:49:40 -0700 (PDT) In-Reply-To: References: From: Stephen Colebourne Date: Tue, 19 Jul 2011 16:49:40 +0100 X-Google-Sender-Auth: dMBglOiLXmyFQOQDzJVXfLPQTnA Message-ID: Subject: Re: [lang] IOUtils in tests [Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC4)] To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 19 July 2011 16:32, Gary Gregory wrote: > When you say "Personally, I'm OK with using JUnit and mocking utilities as > they are both specifically intended for testing." are you thinking that > there are alternative solutions?. IMO, JUnit is a requirement, not something > we should even consider cutting and pasting, not something that is just "OK" > to depend on, it is an established standard for this project. That was an 'ok' as in good. We should depend on JUnit/mocking, not copy them! IOUtils is an end user library, and depending on it makes the test more of an integration test. Stephen --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org