org.apache.struts2.util
Class StrutsTestCaseHelper
java.lang.Object
org.apache.struts2.util.StrutsTestCaseHelper
public class StrutsTestCaseHelper
- extends Object
Generic test setup methods to be used with any unit testing framework.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrutsTestCaseHelper
public StrutsTestCaseHelper()
setUp
public static void setUp()
throws Exception
- Sets up the configuration settings, XWork configuration, and
message resources
- Throws:
Exception
initDispatcher
public static Dispatcher initDispatcher(ServletContext ctx,
Map<String,String> params)
tearDown
public static void tearDown()
throws Exception
- Throws:
Exception
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.