JavaScript is disabled on your browser.
Support for testing Spring WebFlux server endpoints via
WebTestClient
.
WebTestClient.BodyContentSpec. isEmpty ()
Assert the response body is empty and return the exchange result.
Exit the chained API and return an ExchangeResult
with the
raw response content.
Exit the chained API and return an ExchangeResult
with the
decoded response content.
Assert the response body content with the given
Consumer
.
Assert the exchange result with the given
Consumer
.
Configure an EntityExchangeResult
callback that is invoked
every time after a response is fully decoded to a single entity, to a
List of entities, or to a byte[].