Package com.mockobjects.helpers
Class AbstractServletTestHelper
- java.lang.Object
-
- com.mockobjects.helpers.AbstractServletTestHelper
-
- Direct Known Subclasses:
FilterTestHelper,ServletTestHelper,TagTestHelper
public abstract class AbstractServletTestHelper extends java.lang.Object$Revision: 1.1 $
-
-
Constructor Summary
Constructors Constructor Description AbstractServletTestHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MockHttpSessiongetHttpSession()MockHttpServletRequestgetRequest()MockRequestDispatchergetRequestDispatcher()MockHttpServletResponsegetResponse()MockServletConfiggetServletConfig()MockServletContextgetServletContext()
-
-
-
Method Detail
-
getRequest
public MockHttpServletRequest getRequest()
-
getHttpSession
public MockHttpSession getHttpSession()
-
getRequestDispatcher
public MockRequestDispatcher getRequestDispatcher()
-
getResponse
public MockHttpServletResponse getResponse()
-
getServletContext
public MockServletContext getServletContext()
-
getServletConfig
public MockServletConfig getServletConfig()
-
-