Re: Unit Testing - change ObjectFactory - override config

2008-06-27 Thread Lukasz Lenart
Hi, How do you start your unit testing? If with Ant, you should prepare separate struts.xml just for testing and setup it when you starting junit task. The same you have by convention when you use maven. Regards -- Lukasz http://www.lenart.org.pl/ --

Unit Testing - change ObjectFactory - override config

2008-06-26 Thread Greg Lindholm
I want to change the ObjectFactory to use for unit testing so (I think) I need to be able to override struts.xml config settings. I'm writing some code to unit test actions with the Interceptor stack. I followed the links off the Guides page under "Unit Testing (TODO)'... these gave me some hint