Add Kotlin extensions for WebTestClient API
Issue: SPR-15622
This commit is contained in:
@@ -536,7 +536,7 @@ public interface WebTestClient {
|
||||
*/
|
||||
<B> BodySpec<B, ?> expectBody(ParameterizedTypeReference<B> bodyType);
|
||||
|
||||
/**
|
||||
/**
|
||||
* Declare expectations on the response body decoded to {@code List<E>}.
|
||||
* @param elementType the expected List element type
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user