Uses of Package
org.springframework.test.web.servlet.client
Package
Description
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.-
ClassDescriptionConnector that handles requests by invoking a
MockMvc
rather than making actual requests over HTTP.Specification for configuringMockMvc
to test one or more controllers directly, and a simple facade aroundStandaloneMockMvcBuilder
.Base specification for configuringMockMvc
, and a simple facade aroundConfigurableMockMvcBuilder
.