Top "Mockserver" questions

How to test a RestClientException with MockRestServiceServer

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 mockserver
Spring MockRestServiceServer handling multiple Async requests

I have an orchestrator spring boot service that makes several async rest requests to external services and I would like …

spring-boot junit mockserver