Generated by
JDiff

Interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec

Removed Methods
EntityExchangeResult<Void> isEmpty() Consume the body and verify it is empty.
MapBodySpec map(Class<?>, Class<?>) Extract the response body as a Map with the given key and value type.
MapBodySpec map(ResolvableType, ResolvableType) Variant of .map(Class, Class) for use with generic types.
 

Added Methods
(T extends SconsumeWith(Consumer<B>) Assert the extracted body with the given Consumer.
(T extends SisEqualTo(B) Assert the extracted body is equal to the given value.
EntityExchangeResult<B> returnResult() Return the exchange result with the decoded body.