TestRestTemplate equivalent class for RestClient #40452
Labels
for: external-project
For an external project and not something we can fix
status: duplicate
A duplicate of another issue
Spring introduced the RestClient interface (https://docs.spring.io/spring-framework/reference/integration/rest-clients.html) recently. I was wondering if there's any plan to add an equivalent class for TestRestTemplate to make some rest call in our tests.
Actual testing looks like this. It would be nice to have a TestRestClient class to make some fluent http call
Thanks !
The text was updated successfully, but these errors were encountered: