Package | Description |
---|---|
net.sourceforge.stripes.mock |
Mock objects that implement many of the Servlet and Http Servlet interfaces.
|
Class and Description |
---|
MockBaseConfig
Common parent class for both MockServletConfig and MockFilterConfig since they are both
essentially the same with a couple of method names changed.
|
MockHttpServletRequest
Mock implementation of an HttpServletRequest object.
|
MockHttpServletResponse
Mock implementation of an HttpServletResponse.
|
MockHttpSession
Simple mock implementation of HttpSession that implements most basic operations.
|
MockRequestDispatcher
Mock implementation of a RequesetDispatcher used for testing purposes.
|
MockServletContext
Mock implementation of a ServletContext.
|
? Copyright 2005-2006, Stripes Development Team.