Uses of Package
org.springframework.test.web.servlet.client
Packages that use org.springframework.test.web.servlet.client
Package
Description
Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.-
Classes in org.springframework.test.web.servlet.client used by org.springframework.test.web.servlet.clientClassDescriptionConnector 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
.