1011121314151617
{ private HttpServletRequestStub req; protected final void setUp() throws Exception { req = new HttpServletRequestStub(); init(); }