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? Josep