Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient
Packages that use 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.serverMethods in org.springframework.test.web.reactive.server that return WebTestClientModifier and TypeMethodDescriptionWebTestClient.Builder.build()Build theWebTestClientinstance.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.clientMethods in org.springframework.test.web.servlet.client that return WebTestClientModifier and TypeMethodDescriptionMockMvcWebTestClient.MockMvcServerSpec.build()Shortcut to build the test client.