Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 1180 invoked from network); 21 Jun 2005 22:07:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2005 22:07:59 -0000 Received: (qmail 94075 invoked by uid 500); 21 Jun 2005 22:07:58 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 94047 invoked by uid 500); 21 Jun 2005 22:07:57 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 94034 invoked by uid 99); 21 Jun 2005 22:07:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 15:07:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [63.96.162.5] (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2005 15:07:58 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [172.16.120.57]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j5LM7s4w023457; Tue, 21 Jun 2005 15:07:55 -0700 Received: from USBOEX01.amer.bea.com ([10.36.32.15]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 21 Jun 2005 15:07:54 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: junit test container Date: Tue, 21 Jun 2005 16:07:52 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: junit test container Thread-Index: AcV2oDgMI8rtAip1Qei6LkhWMMxenAADQfAg From: "Jeremiah Johnson" To: "Beehive Developers" , "Eddie ONeil" X-OriginalArrivalTime: 21 Jun 2005 22:07:54.0913 (UTC) FILETIME=[ACB8A910:01C576AD] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2005.6.15.9 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > - ControlTestCase -- abstract base class used to setup the control > container context and initialize fields marked with @Control. Also > has convenience methods for creating controls programmatically. > - ControlTestUtils -- static helper methods that can be used in a test > environment when a test case needs to extend a different base class. > These would be called in user code from the setUp / tearDown methods. > - ControlTestContainerContext -- simple ControlContainerContext > implementation that allows a test author to wire-up contextual > services, etc Excellent - I am most interested in ControlTestUtils (and of course ControlTestContainerContext) because many of my controls tests already extend other TestCase abstract classes like MockObjectsTestCase. Thanks, Eddie - I'll watch for the check-in and try it out when available. - jeremiah