Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 67273 invoked from network); 5 Mar 2009 21:58:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 21:58:38 -0000 Received: (qmail 44395 invoked by uid 500); 5 Mar 2009 21:58:22 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 44368 invoked by uid 500); 5 Mar 2009 21:58:22 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 44313 invoked by uid 99); 5 Mar 2009 21:58:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 13:58:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [76.13.13.45] (HELO smtp106.prem.mail.ac4.yahoo.com) (76.13.13.45) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 05 Mar 2009 21:58:12 +0000 Received: (qmail 17982 invoked from network); 5 Mar 2009 21:57:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=5XOtoqDjMEayW+gmpih4BlH0pfNNVZgDqCjmOcyKMD6QOn9VddESjxySwAOrHU63lPoFE2unor0KX0C9KjVoWmvhpF25GhnFIYbxYb4g1RQtcAeAoj6xjReVOkA0ZYvmBhuVBJVWtgTpLU9nchQqpSTOmI4IgkoPXNQ/aBHtviA= ; Received: from unknown (HELO mbp17.local) (newton.dave@68.39.5.235 with plain) by smtp106.prem.mail.ac4.yahoo.com with SMTP; 5 Mar 2009 21:57:51 -0000 X-YMail-OSG: .C5sRMgVM1n8vJyMC43EBE69FDA57wCrOmNN68VPJ_rYGuPoWczFFj3m1r5.YDWiMdBe.Em.CT6hWZA5eAnF_rgdHdpOq03DRwJ5zEWnD_qopdiR.WeAk5cL57PWM.U.o2cUqeLIyIgBaRR5eXyZBIG5LJbYgwtZK6gOiV0XJ0TyrudMf.NfdT5Io32L X-Yahoo-Newman-Property: ymail-3 Message-ID: <49B04AE7.5090307@yahoo.com> Date: Thu, 05 Mar 2009 16:57:59 -0500 From: Dave Newton User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Struts Users Mailing List Subject: Re: Unit Test with Struts2 + Spring + Maven References: <22352989.post@talk.nabble.com> In-Reply-To: <22352989.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org nani2ratna wrote: > I am just giving mvn test, it running the 2 tests in the > srs/main/test/../HelloworldActionTest.java > and another test class. > But how, from where its getting called. > Please explain me how its calling those tests. Maven's surefire plugin will run tests--as Martin said you should look at the Maven documentation to start figuring out Maven. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org