Uses of Class
org.springframework.test.web.servlet.assertj.AbstractMockHttpServletRequestAssert
Packages that use AbstractMockHttpServletRequestAssert
-
Uses of AbstractMockHttpServletRequestAssert in org.springframework.test.web.servlet.assertj
Classes in org.springframework.test.web.servlet.assertj with type parameters of type AbstractMockHttpServletRequestAssertModifier and TypeClassDescriptionclassAbstractMockHttpServletRequestAssert<SELF extends AbstractMockHttpServletRequestAssert<SELF>>AssertJ assertions that can be applied toMockHttpServletRequest.Methods in org.springframework.test.web.servlet.assertj that return AbstractMockHttpServletRequestAssertModifier and TypeMethodDescriptionMvcTestResultAssert.request()Return a new assertion object that uses theMockHttpServletRequestas the object to test.