Generated by
JDiff

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

Added interface org.springframework.test.web.reactive.server.WebTestClient.BodySpec, org.springframework.test.web.reactive.server.WebTestClient.ListBodySpec>.

Removed Methods
EntityExchangeResult<List<T>> isEqualTo(List<T>) Assert the extracted body is equal to the given list.
EntityExchangeResult<List<T>> returnResult() Return request and response details for the exchange including the extracted response body.
 

Changed Methods
ListBodySpec<E> contains(E[]) Change in return type from ListBodySpec to ListBodySpec<E>.
Change in signature from Object[] to E[].
Assert the extracted list of values contains the given elements.
ListBodySpec<E> doesNotContain(E[]) Change in return type from ListBodySpec to ListBodySpec<E>.
Change in signature from Object[] to E[].
Assert the extracted list of values doesn't contain the given elements.
ListBodySpec<E> hasSize(int) Change in return type from ListBodySpec to ListBodySpec<E>.
Assert the extracted list of values is of the given size.