Re: Struts 2.2.1 - Unit Testing Interceptors

2010-08-18 Thread Lukasz Lenart
2010/8/18 Stephen Turner : > I'm looking in struts2-junit-plugin-2.2.1.jar that came as part of > struts2-2.2.1-all.zip and I see only these classes in the org/apache/struts2 > folder: > > StrutsTestCase.class > StrutsTestCase$1.class > StrutsSpringTestCase.class > > What am I missing? This class

Re: Struts 2.2.1 - Unit Testing Interceptors

2010-08-18 Thread Stephen Turner
On Wed, 18 Aug 2010 16:22:37 -0400, Lukasz Lenart wrote: 2010/8/18 Stephen Turner : Unit tests for interceptors in Struts 2.2.1 In TokenInterceptorTest I see a reference to org.apache.struts2.TestConfigurationProvider, but I can't find this class in a jar file. I do see the source code t

Re: Struts 2.2.1 - Unit Testing Interceptors

2010-08-18 Thread Lukasz Lenart
2010/8/18 Stephen Turner : > Unit tests for interceptors in Struts 2.2.1 > > In TokenInterceptorTest I see a reference to > org.apache.struts2.TestConfigurationProvider, but I can't find this class in > a jar file. I do see the source code though. > > Which jar should I be using for TestConfigurati

Struts 2.2.1 - Unit Testing Interceptors

2010-08-18 Thread Stephen Turner
Unit tests for interceptors in Struts 2.2.1 In TokenInterceptorTest I see a reference to org.apache.struts2.TestConfigurationProvider, but I can't find this class in a jar file. I do see the source code though. Which jar should I be using for TestConfigurationProvider? Thanks, Steve -