Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient
Packages that use WebTestClient Package Description org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.Uses of WebTestClient in org.springframework.test.web.reactive.server
Methods in org.springframework.test.web.reactive.server that return WebTestClient Modifier and Type Method Description WebTestClientWebTestClient.Builder. build()Build theWebTestClientinstance.WebTestClientWebTestClient.MockServerSpec. build()Shortcut to build the test client.WebTestClientWebTestClient. mutateWith(WebTestClientConfigurer configurer)Mutate theWebTestClient, apply the given configurer, and build a new instance.