We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2435820 commit 63f2611Copy full SHA for 63f2611
spring-test/src/main/java/org/springframework/test/web/reactive/server/DefaultWebTestClient.java
@@ -408,6 +408,7 @@ public <T> EntityExchangeResult<T> isEqualTo(T expected) {
408
});
409
}
410
411
+ @SuppressWarnings("unchecked")
412
@Override
413
public <T> EntityExchangeResult<T> returnResult() {
414
return new EntityExchangeResult<>(this.result, (T) this.result.getResponseBody());
0 commit comments