Hi, StrutsJUnit4TestCase is really tricky. I found few pointers in the web. I'm currently using it successfully for my modest testing requirements, but you don't need to provide a web.xml file.
When I say integration testing utility, I mean testing a full blown interceptor stack with your actions and interceptors. If you want to test either your actions or interceptors in isolation, you may not need this. Funny enough, I'm currently in the process of open sourcing our Struts 2 integration testing utility, which is based on StrutsJUnit4TestCase (only tested it on Struts 2.2.3 I'm afraid), so if you can hold on a few minutes, you may download it from google code. Regards, Gabriel 2011/8/3 Christian Grobmeier <grobme...@gmail.com>: > Hello all, > > today I tried to figure out how one can use StrutsJUnit4TestCase. I am > currently puzzled. I found docs for the older implementation for > Junit3 of course, but nothing on the StrutsJUnit4TestCase class. Any > pointers? > > With the old stuff i simply did: this.executeAction() and all was > well. Now it seems I have to give the class a web.xml - how? > > Thanks in advance > > Christian > > --------------------------------------------------------------------- > 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