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
RestTestClient with
MockMvc for server request handling.-
Uses of webTestClient in org.springframework.test.web.reactive.server
Methods 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.client
Methods in org.springframework.test.web.servlet.client that return webTestClientModifier and TypeMethodDescriptionMockMvcwebTestClient.MockMvcServerSpec.build()Shortcut to build the test client.