On Tue, Dec 14, 2010 at 5:47 AM, Josep García <jgar...@isigma.es> wrote:

> I have found this while doing some search:
>
>
> /**
>  * This class is extended by all ActionTests. It basically
>  * contains common methods that they might use.
>  *
>  * <p>
>  * <a href="BaseStrutsTestCase.java.html"><i>View Source</i></a>
>  *
>  * @author <a href="mailto:m...@raibledesigns.com";>Matt Raible</a>
>  */
> public abstract class BaseStrutsTestCase extends MockStrutsTestCase {
>
> However, in my AppFuse 2.0.2, ActionTests extend BaseActionTestCase. This
> lacks the possibility of testing action messages, struts validation, etc.
>
> Where is this appfuse BaseStrutsTestCase availble? Can it be used to test
> struts validation and so on?
>

Yes, you should be able to test these things. What does your test case look
like and what's not working?

Reply via email to