@Override
protected void setUp() throws Exception {
super.setUp();
initParameters = new HashMap<String, String>();
servletContext = createMock(ServletContext.class);
mapper = new ServletPathRequestModuleMapper();
request = createMock(HttpServletRequest.class);
}