I am trying to test an openid provider class. The openid consumer class is making an http request. I am mocking the response to this request using wiremock. I am trying to mock
I've investigated this a fair bit and the answer is no (as of today, anyway).
You need to set up a specific (static) response for each request that requires a unique response.