Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 49074 invoked from network); 2 Apr 2008 23:33:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 23:33:13 -0000 Received: (qmail 82373 invoked by uid 500); 2 Apr 2008 23:33:13 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 82357 invoked by uid 500); 2 Apr 2008 23:33:13 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 82345 invoked by uid 99); 2 Apr 2008 23:33:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 16:33:13 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 23:32:18 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DDF70234C0B3 for ; Wed, 2 Apr 2008 16:30:30 -0700 (PDT) Message-ID: <1290298911.1207179030894.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 16:30:30 -0700 (PDT) From: "Victor Hugo Borja (JIRA)" To: buildr-commits@incubator.apache.org Subject: [jira] Resolved: (BUILDR-53) Cobertura coverage through Easyb testing In-Reply-To: <2069167698.1204467770456.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BUILDR-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Victor Hugo Borja resolved BUILDR-53. ------------------------------------- Resolution: Fixed Fix Version/s: 1.3 Added Easyb test framework on trunk. Takes src/spec/groovy/**/*{Story,Behavior}.groovy. > Cobertura coverage through Easyb testing > ---------------------------------------- > > Key: BUILDR-53 > URL: https://issues.apache.org/jira/browse/BUILDR-53 > Project: Buildr > Issue Type: New Feature > Affects Versions: 1.2.10 > Reporter: Nicolas Modrzyk > Assignee: Victor Hugo Borja > Fix For: 1.3 > > Attachments: easyb.rb > > > buildr task that can integrates easyb > (http://www.easyb.org/) and corbertura > (http://cobertura.sourceforge.net/). > The task can be found there: > http://tempo.intalio.org/tempo/trunk/tasks/easyb.rb > Then you can run RSpec-like scenario on java code, similar to this: > http://tempo.intalio.org/tempo/trunk/wds-service/src/test/stories/jpaStory.groovy > and get the usual cobertura coverage report. > You can run it with: > buildr easyb:cobertura > or integrate it in the Buildfile. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.