Re: Unit testing Struts2 + Spring application?

2008-07-24 Thread Norris Shelton
ls("some other value", someService.getSomethingElse()); } } - Original Message From: Jukka Välimaa <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Thursday, July 24, 2008 7:23:59 AM Subject: Re: Unit testing Struts2 + Spring application? Check out Appfuse <http://appfuse.org/di

Re: Unit testing Struts2 + Spring application?

2008-07-24 Thread Jukka Välimaa
Check out Appfuse , Struts 2 Modular version. It has this kind of setup 2008/7/23 Paweł Wielgus <[EMAIL PROTECTED]>: > Hi Joachim, > isn't StrutsTestCase for Struts 1.x ? > > Best regards, > Paweł Wielgus. > > On 23/07/2008, Joachim Ansorg <[EMAI

Re: Unit testing Struts2 + Spring application?

2008-07-23 Thread Paweł Wielgus
Hi Joachim, isn't StrutsTestCase for Struts 1.x ? Best regards, Paweł Wielgus. On 23/07/2008, Joachim Ansorg <[EMAIL PROTECTED]> wrote: > Hi, > I'm working on a Struts2 application which uses Spring as factory. > I'm using Struts 2.1 and Spring 2.5. > > The problem is for me that >- I don

Unit testing Struts2 + Spring application?

2008-07-23 Thread Joachim Ansorg
Hi, I'm working on a Struts2 application which uses Spring as factory. I'm using Struts 2.1 and Spring 2.5. The problem is for me that - I don't know how to use StrutsTestCase so the created action are spring-wired - How to make the tests use my /WEB-INF/struts.xml file as Struts configu