| Package | Description |
|---|---|
| org.springframework.test.web.reactive.server |
Support for testing Spring WebFlux server endpoints via
WebTestClient. |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityExchangeResult<T>
ExchangeResult sub-class that exposes the response body fully
extracted to a representation of type <T>. |
class |
FluxExchangeResult<T>
ExchangeResult variant with the response body decoded as
Flux<T> but not yet consumed. |