Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6B8DD24A for ; Tue, 30 Oct 2012 14:35:05 +0000 (UTC) Received: (qmail 75695 invoked by uid 500); 30 Oct 2012 14:35:05 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 75665 invoked by uid 500); 30 Oct 2012 14:35:05 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 75644 invoked by uid 99); 30 Oct 2012 14:35:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 14:35:04 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [74.125.149.209] (HELO na3sys009aog113.obsmtp.com) (74.125.149.209) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2012 14:34:58 +0000 Received: from mail-la0-f69.google.com ([209.85.215.69]) (using TLSv1) by na3sys009aob113.postini.com ([74.125.148.12]) with SMTP ID DSNKUI/lfLzL9Il/FgmLUVk4P7jw8ZEPd9oG@postini.com; Tue, 30 Oct 2012 07:34:37 PDT Received: by mail-la0-f69.google.com with SMTP id l5so283896lah.0 for ; Tue, 30 Oct 2012 07:34:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=IwEdpmqn7z6/KKvZ5fs96JiyeeStAu7/EE5fc9cf0AY=; b=VX3vxDxNcMH08cySa/2B8k1BnfoiNvnKw3ErQHPqJQIpV0iWOl8QoW/gVQ9zMOkgpL uJ5EGXPbZgtBVKgDjFz8qMrczN+5kuC0TuZI+9rUFUpnkBybgvqguABQyVfYeDeZp8Z5 tIqbpdRS8UdJXmaJiQrrl0rWc8AM+UdDjPmXn7sC/zmRysl8DCulKI8LwlEJe1UCwSsH A9f/1Hqix9Toe8Iw+dzbrGmYANG6l5g5KrQMAyRyiBVyL0ebSX7nfbm9Zk4ioV+Mz+88 NuBnMsKCTZwEo63c4RJONXsKEmhBNoiDAEOoruLzhq5lmyN+9KQsyzLBTpRqlsTCK3nE no+Q== Received: by 10.152.106.171 with SMTP id gv11mr31019192lab.26.1351607674004; Tue, 30 Oct 2012 07:34:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.106.171 with SMTP id gv11mr31019189lab.26.1351607673940; Tue, 30 Oct 2012 07:34:33 -0700 (PDT) Received: by 10.112.130.37 with HTTP; Tue, 30 Oct 2012 07:34:33 -0700 (PDT) Date: Tue, 30 Oct 2012 10:34:33 -0400 Message-ID: Subject: Unit tests From: Matthew Morrissey To: cloudstack-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d0407166d47ea3304cd47af70 X-Gm-Message-State: ALoCoQkQF1BDJxtKDELSC5vkelpksJTqPY9P6V9h09jDiSl5I0GbmkHAPnx1VDnmzUIUQPHXYLf+xwWxO6EKT8gk2R7ismlQKcgoE62CF1Bjn2x1XbBkcV5NOtZWUk/DQ5oflcBjc+6THw/CLGf6SWHIe4z+BZEaSGsZ4IZnWnZwsDIxIf/EJXvHdQTx1tynOR073oTKPzob X-Virus-Checked: Checked by ClamAV on apache.org --f46d0407166d47ea3304cd47af70 Content-Type: text/plain; charset=ISO-8859-1 Hello all, I would like to begin writing unit tests for api/src/com/cloud/api and I wanted to make sure that 1) it's an acceptable idea to everyone and 2) I get the directory structure correct. I have seen a few emails about the possible structure but no concrete "this is the way to go" type statements. My thought is that these tests would be in api/src/test/java/com/cloud/api/*.java. Is this the right line of thought? Please let me know and I'll get the ball rolling. I've got a long way to go if I want to catch up to Yichi :) -- Matthew Morrissey Software Engineer - SunGard Availability Services - 401 N. Broad Street, Philadelphia, PA 19108 o: 215-446-2713 - e: matthew.morrissey@sungard.com --f46d0407166d47ea3304cd47af70--