Uses of Package
org.springframework.test.web.support
Packages that use org.springframework.test.web.support
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Support for testing Spring MVC applications via
RestTestClient
with
MockMvc
for server request handling.-
Classes in org.springframework.test.web.support used by org.springframework.test.web.reactive.serverClassDescriptionAssertions on cookies of the response.Assertions on headers of the response.Base class for applying JsonPath assertions in RestTestClient and WebTestClient.Assertions on the response status.Base class for applying XPath assertions in RestTestClient and WebTestClient.
-
Classes in org.springframework.test.web.support used by org.springframework.test.web.servlet.clientClassDescriptionAssertions on cookies of the response.Assertions on headers of the response.Base class for applying JsonPath assertions in RestTestClient and WebTestClient.Assertions on the response status.Base class for applying XPath assertions in RestTestClient and WebTestClient.