expect(mapping.getParameter()).andReturn("method");
expect(request.getParameter("method")).andReturn("Insert Stuff Here");
expect(request.getSession(false)).andReturn(session);
expect(session.getAttribute(Globals.LOCALE_KEY)).andReturn(Locale.getDefault());
expect(request.getAttribute(Globals.MODULE_KEY)).andReturn(moduleConfig);
expect(moduleConfig.findMessageResourcesConfigs()).andReturn(new MessageResourcesConfig[]
{
new MessageResourcesConfig()
});
expect(servlet.getServletContext()).andReturn(context);
expect(request.getAttribute(Globals.MODULE_KEY)).andReturn(moduleConfig);