| Package | Description |
|---|---|
| io.restassured.module.webtestclient | |
| io.restassured.module.webtestclient.internal | |
| io.restassured.module.webtestclient.specification |
| Modifier and Type | Method and Description |
|---|---|
WebTestClientRequestSender |
RestAssuredWebTestClient.when()
This is usually the entry-point of the API if you need to specify parameters or a body in the request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebTestClientRequestSenderImpl |
class |
WebTestClientRequestSpecificationImpl |
| Modifier and Type | Method and Description |
|---|---|
WebTestClientRequestSender |
WebTestClientRequestSenderImpl.consumeWith(java.util.function.Consumer<org.springframework.test.web.reactive.server.EntityExchangeResult<byte[]>> consumer) |
WebTestClientRequestSender |
WebTestClientRequestSpecificationImpl.consumeWith(java.util.function.Consumer<org.springframework.test.web.reactive.server.EntityExchangeResult<byte[]>> consumer) |
WebTestClientRequestSender |
WebTestClientRequestSpecificationImpl.when() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebTestClientRequestSpecification |
| Modifier and Type | Method and Description |
|---|---|
WebTestClientRequestSender |
WebTestClientRequestSender.consumeWith(java.util.function.Consumer<org.springframework.test.web.reactive.server.EntityExchangeResult<byte[]>> consumer)
Specify a
Consumer to process the request result. |
WebTestClientRequestSender |
WebTestClientRequestSpecification.when()
Call this method when you're done setting up the request specification.
|
Copyright © 2010–2025. All rights reserved.