Uses of Package
org.springframework.test.web.servlet.request
Packages that use org.springframework.test.web.servlet.request
Package
Description
AssertJ support for MockMvc.
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.Contains built-in
RequestBuilder
implementations.Contains built-in
MockMvcBuilder
implementations.-
Classes in org.springframework.test.web.servlet.request used by org.springframework.test.web.servlet.assertjClassDescriptionBase builder for
MockHttpServletRequest
required as input to perform requests inMockMvc
.Base builder forMockMultipartHttpServletRequest
.An extension ofSmartRequestBuilder
that can be configured withRequestPostProcessors
. -
Classes in org.springframework.test.web.servlet.request used by org.springframework.test.web.servlet.clientClassDescriptionExtension point for applications or 3rd party libraries that wish to further initialize a
MockHttpServletRequest
instance after it has been built byMockHttpServletRequestBuilder
or its subclassMockMultipartHttpServletRequestBuilder
. -
Classes in org.springframework.test.web.servlet.request used by org.springframework.test.web.servlet.requestClassDescriptionBase builder for
MockHttpServletRequest
required as input to perform requests inMockMvc
.Base builder forMockMultipartHttpServletRequest
.An extension ofSmartRequestBuilder
that can be configured withRequestPostProcessors
.Default builder forMockHttpServletRequest
required as input to perform requests inMockMvc
.Default builder forMockMultipartHttpServletRequest
.Extension point for applications or 3rd party libraries that wish to further initialize aMockHttpServletRequest
instance after it has been built byMockHttpServletRequestBuilder
or its subclassMockMultipartHttpServletRequestBuilder
. -
Classes in org.springframework.test.web.servlet.request used by org.springframework.test.web.servlet.setupClassDescriptionExtension point for applications or 3rd party libraries that wish to further initialize a
MockHttpServletRequest
instance after it has been built byMockHttpServletRequestBuilder
or its subclassMockMultipartHttpServletRequestBuilder
.