Uses of Class
org.springframework.mock.web.MockHttpServletResponse
Packages that use 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.
Contains built-in
ResultMatcher
and ResultHandler
implementations.-
Uses of MockHttpServletResponse in org.springframework.mock.web
Methods in org.springframework.mock.web that return MockHttpServletResponseModifier and TypeMethodDescriptionprotected MockHttpServletResponse
MockRequestDispatcher.getMockHttpServletResponse
(ServletResponse response) Obtain the underlyingMockHttpServletResponse
, unwrappingHttpServletResponseWrapper
decorators if necessary. -
Uses of MockHttpServletResponse in org.springframework.test.web.servlet
Methods in org.springframework.test.web.servlet that return MockHttpServletResponse -
Uses of MockHttpServletResponse in org.springframework.test.web.servlet.result
Methods in org.springframework.test.web.servlet.result with parameters of type MockHttpServletResponseModifier and TypeMethodDescriptionprotected final HttpHeaders
PrintingResultHandler.getResponseHeaders
(MockHttpServletResponse response) protected void
PrintingResultHandler.printResponse
(MockHttpServletResponse response) Print the response.