While testing a RestClient-Implementation I want to simulate a RestClientException that may be thrown by some RestTemplate-methods in that implementation …
java spring mocking mockserverI have an orchestrator spring boot service that makes several async rest requests to external services and I would like …
spring-boot junit mockserver