Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient
Package
Description
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Support for testing Spring MVC applications via
WebTestClient
with MockMvc
for server request
handling.-
Uses of WebTestClient in org.springframework.test.web.reactive.server
Modifier and TypeMethodDescriptionWebTestClient.Builder.build()
Build theWebTestClient
instance.WebTestClient.MockServerSpec.build()
Shortcut to build the test client.WebTestClient.mutateWith
(WebTestClientConfigurer configurer) Mutate theWebTestClient
, apply the given configurer, and build a new instance. -
Uses of WebTestClient in org.springframework.test.web.servlet.client
Modifier and TypeMethodDescriptionMockMvcWebTestClient.MockMvcServerSpec.build()
Shortcut to build the test client.