public ModuleSupportTest(String arg0) {
super(arg0);
}
protected void setUp() throws ServletException {
request = new TestRequest();
ServletContext context = request.getSession().getServletContext();
// set support instance
context.setAttribute(ModuleSupport.MODULE_SUPPORT_KEY, support = new ModuleSupport());
// configure test module
module = new TestModuleContext("test", context);