send me your code and spring config I could setup a surefire harness for you
if you already have a pom.xml send that also or I'll create a new pom.xml

Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Fri, 11 Sep 2009 13:19:36 +0200
> Subject: Re: Testing with Spring + Struts 2 + TestNG
> From: nil...@gmail.com
> To: user@struts.apache.org
> 
> If it's unit testing you want to do, can't you just test your actions
> without involving Spring or anything else? I usually just create a
> unit test where I instantiate my action, set the aproriate
> dependencies, and then just call the appropriate execute method.
> 
> Nils-H
> 
> 2009/9/11 Diego Manilla Suárez <diego.mani...@xeridia.com>:
> > Hi. I've been struggling to have tests for my Struts 2 actions working.
> >
> > I'm using Struts 2 actions created by Spring, by the means of the Struts 2
> > Spring plugin.
> >
> > Both Struts 2 and Spring provide their own base classes to create test
> > units, and since Java doesn't allow multiple inheritance, I've tried to
> > extend one of the classes and trying to replicate the functionality provided
> > by the other, with no luck so far, I get all kinds of obscure errors,
> > especially from the Struts 2 part.
> >
> > I also want to use TestNG, not JUnit.
> >
> > I was wondering if there is a base class anywhere to create unit tests for
> > Struts 2 actions inside Spring.
> >
> > Thanks in advance.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 

_________________________________________________________________
Windows Live: Make it easier for your friends to see what you’re up to on 
Facebook.
http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_facebook:082009

Reply via email to