Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 71727 invoked from network); 1 Mar 2007 16:07:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 16:07:22 -0000 Received: (qmail 20494 invoked by uid 500); 1 Mar 2007 16:07:30 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 20474 invoked by uid 500); 1 Mar 2007 16:07:30 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 20463 invoked by uid 99); 1 Mar 2007 16:07:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 08:07:30 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 08:07:21 -0800 Received: from eos.apache.osuosl.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C2C6D599DA for ; Thu, 1 Mar 2007 16:07:00 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Thu, 01 Mar 2007 16:07:00 -0000 Message-ID: <20070301160700.10054.15508@eos.apache.osuosl.org> Subject: [Db-derby Wiki] Trivial Update of "ConvertOldTestToJunitTips" by jeanTanderson X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by jeanTanderson: http://wiki.apache.org/db-derby/ConvertOldTestToJunitTips ------------------------------------------------------------------------------ === How do I do X? === - Check the "Decorators" section on the ["KillDerbyTestHarness"] page for a variety of '''Question''' and '''Answer''' topics. + Check the "Conversion of writing JUnit tests FAQ" on the ["KillDerbyTestHarness"] page for a variety of '''Question''' and '''Answer''' topics. === My new junit test compiles and runs just fine -- why doesn't it actually execute? === @@ -19, +19 @@ {{{static void testLongBinary ()}}} + === Are there examples? === + + The ["IntroToJUnit"] wiki page has some starter examples. Also, ["DerbyTesting"] lists pages that track conversions by area (client, lang, jdbcadpi, etc.). Check the completed code for those other conversions. +