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.clientClassDescriptionSpecification for configuring
MockMvc
to test one or more controllers directly, and a simple facade aroundStandaloneMockMvcBuilder
.Base specification for configuringMockMvc
, and a simple facade aroundConfigurableMockMvcBuilder
.