Return-Path: Delivered-To: apmail-incubator-river-dev-archive@minotaur.apache.org Received: (qmail 60133 invoked from network); 10 Sep 2010 22:37:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 22:37:32 -0000 Received: (qmail 28328 invoked by uid 500); 10 Sep 2010 22:37:32 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 28189 invoked by uid 500); 10 Sep 2010 22:37:31 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 28177 invoked by uid 99); 10 Sep 2010 22:37:31 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 22:37:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pats@acm.org designates 209.86.89.64 as permitted sender) Received: from [209.86.89.64] (HELO elasmtp-curtail.atl.sa.earthlink.net) (209.86.89.64) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 22:37:06 +0000 Received: from [70.230.199.235] (helo=[192.168.1.100]) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1OuCD7-00025K-Qp for river-dev@incubator.apache.org; Fri, 10 Sep 2010 18:36:45 -0400 Message-ID: <4C8AB301.7040904@acm.org> Date: Fri, 10 Sep 2010 15:36:49 -0700 From: Patricia Shanahan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3 MIME-Version: 1.0 To: river-dev@incubator.apache.org Subject: Test structure Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: 9a090983a806273c061ba25959e76cc985338a7d01cb3b6a7e972de0d01da940f4453eaa5d2dd9ad368c4208731a5f81350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 70.230.199.235 X-Virus-Checked: Checked by ClamAV on apache.org I'm looking for documentation, guidance, or even a good example for River test construction. My tests only need one JVM - although I'll use multiple threads to set up concurrency stress for e.g. TaskManager. It looks as though some of the existing qa classes might be useful, and I don't like duplicating code, but I'm not sure how to use them. Patricia