Does this method work if I declare my actions with annotations instead of declaring them in struts.xml? It looks like from the errors I get that it is trying to read the action definitions from the struts.xml file.

On 10/5/2009 10:00 PM, Alex Siman wrote:
Look here:
http://struts.apache.org/2.x/docs/testing-actions.html


dolsen-2 wrote:
I am looking for some good ways of using TestNG to test my actions. I
know I can test them like any other POJO but I would like it to include
all the interceptors if possible. Can anyone give me any good resources
on how to do this. I am using Struts 2.1.6 and have the TestNG plugin. I
am also using annotations to declare my actions.


Reply via email to