Uses of Package
org.springframework.test.web.servlet.assertj
Packages that use org.springframework.test.web.servlet.assertj
Package
Description
AssertJ support for MockMvc.
AssertJ support for RestTestClient.
- 
Classes in org.springframework.test.web.servlet.assertj used by org.springframework.test.web.servlet.assertjClassDescriptionBase AssertJ assertions that can be applied to anHttpServletRequest.Base AssertJ assertions that can be applied to any object that provides anHttpServletResponse.AssertJ assertions that can be applied toMockHttpServletRequest.Extension ofAbstractHttpServletResponseAssertforMockHttpServletResponse.AssertJ assertions that can be applied tocookies.AssertJ assertions that can be applied to a handler or handler method.MockMvcTesterprovides support for testing Spring MVC applications withMockMvcfor server request handling using AssertJ.A builder forMockMultipartHttpServletRequestthat supports AssertJ.A builder forMockHttpServletRequestthat supports AssertJ.AssertJ assertions that can be applied to a model.Provides the result of an executed request usingMockMvcTesterthat is meant to be used withassertThat.AssertJ assertions that can be applied toMvcTestResult.
-