Package | Description |
---|---|
org.springframework.mock.web |
A comprehensive set of Servlet API 4.0 mock objects, targeted at usage with
Spring's Web MVC framework.
|
org.springframework.test.web.servlet |
Contains server-side support for testing Spring MVC applications.
|
org.springframework.test.web.servlet.request |
Contains built-in
RequestBuilder
implementations. |
org.springframework.test.web.servlet.result |
Contains built-in
ResultMatcher and ResultHandler implementations. |
Class and Description |
---|
MockAsyncContext
Mock implementation of the
AsyncContext interface. |
MockCookie
Extension of
Cookie with extra attributes, as defined in
RFC 6265. |
MockHttpServletRequest
Mock implementation of the
HttpServletRequest interface. |
MockHttpServletResponse
Mock implementation of the
HttpServletResponse interface. |
Class and Description |
---|
MockHttpServletRequest
Mock implementation of the
HttpServletRequest interface. |
MockHttpServletResponse
Mock implementation of the
HttpServletResponse interface. |
MockServletConfig
Mock implementation of the
ServletConfig interface. |
Class and Description |
---|
MockHttpServletRequest
Mock implementation of the
HttpServletRequest interface. |
MockHttpSession
Mock implementation of the
HttpSession interface. |
MockMultipartFile
Mock implementation of the
MultipartFile
interface. |
Class and Description |
---|
MockHttpServletRequest
Mock implementation of the
HttpServletRequest interface. |
MockHttpServletResponse
Mock implementation of the
HttpServletResponse interface. |