| EntityExchangeResult | ExchangeResult sub-class that exposes the response body fully extracted to a representation of type <T>.
|
|---|
| ExchangeResult | Container for request and response details for exchanges performed through WebTestClient. |
|---|
| FluxExchangeResult | ExchangeResult variant with the response body decoded as Flux<T> but not yet consumed.
|
|---|
| HeaderAssertions | Assertions on headers of the response. |
|---|
| JsonPathAssertions | |
|---|
| MockServerConfigurer | Contract that frameworks or applications can use to pre-package a set of customizations to a WebTestClient.MockServerSpec and expose that as a shortcut. |
|---|
| StatusAssertions | Assertions on the response status. |
|---|
| WebTestClient | Client for testing web servers that uses WebClient internally to perform requests while also providing a fluent API to verify responses. |
|---|
| WebTestClient.BodyContentSpec | Spec for expectations on the response body content. |
|---|
| WebTestClient.BodySpec | Spec for expectations on the response body decoded to a single Object. |
|---|
| WebTestClient.Builder | |
|---|
| WebTestClient.ControllerSpec | Specification for customizing controller configuration equivalent to, and internally delegating to, a WebFluxConfigurer. |
|---|
| WebTestClient.ListBodySpec | Spec for expectations on the response body decoded to a List. |
|---|
| WebTestClient.MockServerSpec | Base specification for setting up tests without a server. |
|---|
| WebTestClient.RequestBodySpec | Specification for providing body of a request. |
|---|
| WebTestClient.RequestBodyUriSpec | Specification for providing the body and the URI of a request. |
|---|
| WebTestClient.RequestHeadersSpec | Specification for adding request headers and performing an exchange. |
|---|
| WebTestClient.RequestHeadersUriSpec | Specification for providing request headers and the URI of a request. |
|---|
| WebTestClient.ResponseSpec | Chained API for applying assertions to a response. |
|---|
| WebTestClient.RouterFunctionSpec | Specification for customizing router function configuration. |
|---|
| WebTestClient.UriSpec | Specification for providing the URI of a request. |
|---|
| WebTestClientConfigurer | Contract that frameworks or applications can use to pre-package a set of customizations to a WebTestClient.Builder and expose that as a shortcut. |
|---|
| XpathAssertions | |
|---|