this.request = new Frame2HttpServletRequestSimulator(this.config
.getServletContext());
this.response = new HttpServletResponseSimulator();
this.context = (MockFrame2ServletContextSimulator)this.config
.getServletContext();
this.listener = new Frame2ContextListener();
this.isInitialized = true;
sendContextInitializedEvent(null, null);
this.servlet.init(this.config);