| Package | Description |
|---|---|
| org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient. |
| Modifier and Type | Method and Description |
|---|---|
WebTestClient.Builder |
WebTestClient.Builder.apply(WebTestClientConfigurer configurer)
Apply the given configurer to this builder instance.
|
WebTestClient |
WebTestClient.mutateWith(WebTestClientConfigurer configurer)
Mutate the
WebTestClient, apply the given configurer, and build
a new instance. |