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.