Package org.springframework.test.web.servlet.assertj
@NonNullApi
@NonNullFields
package org.springframework.test.web.servlet.assertj
AssertJ support for MockMvc.
-
ClassDescriptionAbstractHttpServletRequestAssert<SELF extends AbstractHttpServletRequestAssert<SELF,
ACTUAL>, ACTUAL extends HttpServletRequest> Base AssertJassertionsthat can be applied to anHttpServletRequest.AbstractHttpServletResponseAssert<R extends HttpServletResponse,SELF extends AbstractHttpServletResponseAssert<R, SELF, ACTUAL>, ACTUAL> Base AssertJassertionsthat can be applied to any object that provides anHttpServletResponse.AbstractMockHttpServletRequestAssert<SELF extends AbstractMockHttpServletRequestAssert<SELF>>AssertJassertionsthat can be applied toMockHttpServletRequest.AbstractMockHttpServletResponseAssert<SELF extends AbstractMockHttpServletResponseAssert<SELF,ACTUAL>, ACTUAL> Extension ofAbstractHttpServletResponseAssertforMockHttpServletResponse.MockMvcvariant that tests Spring MVC exchanges and provides fluent assertions usingAssertJ.AMvcResultthat additionally supports AssertJ style assertions.AssertJassertionsthat can be applied tocookies.AssertJassertionsthat can be applied to a handler or handler method.AssertJassertionsthat can be applied to a model.AssertJassertionsthat can be applied toMvcResult.AssertJassertionsthat can be applied to the response body.