Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 33536 invoked from network); 9 Feb 2006 13:28:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Feb 2006 13:28:24 -0000 Received: (qmail 62971 invoked by uid 500); 9 Feb 2006 13:28:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 62706 invoked by uid 500); 9 Feb 2006 13:28:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 62672 invoked by uid 99); 9 Feb 2006 13:28:19 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2006 05:28:19 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 55CD8CB for ; Thu, 9 Feb 2006 14:27:58 +0100 (CET) Message-ID: <1179667142.1139491678349.JavaMail.jira@ajax.apache.org> Date: Thu, 9 Feb 2006 14:27:58 +0100 (CET) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-918) introduce a new test type to run junit tests from the current harness In-Reply-To: <1697414522.1138968785874.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-918?page=comments#action_12365723 ] Kristian Waagan commented on DERBY-918: --------------------------------------- I have one question related to the patch, or actually a comment in the patch: > introduce a new test type to run junit tests from the current harness > --------------------------------------------------------------------- > > Key: DERBY-918 > URL: http://issues.apache.org/jira/browse/DERBY-918 > Project: Derby > Type: Improvement > Components: Test > Environment: All > Reporter: Andreas Korneliussen > Assignee: Andreas Korneliussen > Attachments: DERBY-918.diff, DERBY-918.stat > > It seems to me that for including a new JUnit test into i.e derby-all we need to make a new java class with a main() method, which parses a command line and set up the testsuite and run it, just like any java program. Basically we are running the junit tests as test type "java". > Instead of having to do this for every junit test going into a derby test suite, I would propose a different strategy. > I propose to introduce a new test type called "junit" (current test types are: sql,sql2,unit,java,multi,demo - unit is not junit) > Then you can use: > java org.apache.derbyTesting.functionTests.harness.RunTest .junit > to run a Junit test - instead of: > java org.apache.derbyTesting.functionTests.harness.RunTest .java > When starting a test of type junit, the RunTest class may simply use the > junit.textui.TestRunner class, which has a main method which takes a TestCase class name as parameter. The junit.textui.TestRunner runs the tests defined by the suite() method of the TestCase class. > I think this strategy will make it easier to integrate new JUnit tests into the current test suites, since it save you the trouble of creating a java class with a main method for every test. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira