public void testInitialisation() {
new HttpSessionMock("httpSession", expectations);
new ServletConfigMock("servletConfig", expectations);
new ServletContextMock("servletContext", expectations);
new HttpServletRequestMock("httpServletRequest", expectations);
new HttpServletResponseMock("httpServletResponse", expectations);
new FilterChainMock("filterChain", expectations);
}