Uses of Class
org.springframework.mock.web.MockHttpServletResponse
Package
Description
A comprehensive set of Servlet API 6.0 mock objects, targeted at usage with
Spring's Web MVC framework.
Contains server-side support for testing Spring MVC applications.
AssertJ support for MockMvc.
Contains built-in
ResultMatcher
and ResultHandler
implementations.-
Uses of MockHttpServletResponse in org.springframework.mock.web
Modifier and TypeMethodDescriptionprotected MockHttpServletResponse
MockRequestDispatcher.getMockHttpServletResponse
(ServletResponse response) Obtain the underlyingMockHttpServletResponse
, unwrappingHttpServletResponseWrapper
decorators if necessary. -
Uses of MockHttpServletResponse in org.springframework.test.web.servlet
-
Uses of MockHttpServletResponse in org.springframework.test.web.servlet.assertj
Modifier and TypeMethodDescriptiondefault MockHttpServletResponse
MvcTestResult.getResponse()
Return the resulting response.protected MockHttpServletResponse
MvcTestResultAssert.getResponse()
-
Uses of MockHttpServletResponse in org.springframework.test.web.servlet.result
Modifier and TypeMethodDescriptionprotected final HttpHeaders
PrintingResultHandler.getResponseHeaders
(MockHttpServletResponse response) protected void
PrintingResultHandler.printResponse
(MockHttpServletResponse response) Print the response.