Add Kotlin extensions for WebTestClient API

Issue: SPR-15622
This commit is contained in:
Sebastien Deleuze
2017-06-12 10:42:56 +02:00
parent a665da415a
commit 3373a3f7ef
4 changed files with 160 additions and 1 deletions

View File

@@ -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
*/