Package | Description |
---|---|
org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient . |
Modifier and Type | Method and Description |
---|---|
WebTestClient.RequestBodyUriSpec |
WebTestClient.method(HttpMethod method)
Prepare a request for the specified
HttpMethod . |
WebTestClient.RequestBodyUriSpec |
WebTestClient.patch()
Prepare an HTTP PATCH request.
|
WebTestClient.RequestBodyUriSpec |
WebTestClient.post()
Prepare an HTTP POST request.
|
WebTestClient.RequestBodyUriSpec |
WebTestClient.put()
Prepare an HTTP PUT request.
|