35363738394041
@Before public void init() { response = createMock(HttpServletResponse.class); replay(response); jspResponse = new JspResponse(response); }
33343536373839