Re: [appfuse-user] Testing new Filters via AppFuse

2006-12-20 Thread Matt Raible
If you look at the LocaleFilterTest, you can see how we use Spring Mocks to test filters out-of-container. http://raibledesigns.com/downloads/appfuse/api/org/appfuse/webapp/filter/LocaleFilterTest.java.html Matt On 12/11/06, Daniel.Rodriguez <[EMAIL PROTECTED]> wrote: I wrote a new Filter, H

[appfuse-user] Testing new Filters via AppFuse

2006-12-11 Thread Daniel.Rodriguez
I wrote a new Filter, However I don't have any idea on how to integrate a Junit test with Appfuse. I supose that the test-web target should be used for this. When I try the following command : ant test-web -Dtestcase=VerificarInstalacionFilter I get the following output error (see attached f