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