0

I'm using mock server to mock requests in an integration test. I can create the mock requests and get the proper answers. My use case requires the backend application to generate a zip file with content dependending on the entry and some timestamps.

My problem, I would like to keep the same behaviour and reply the requests with pre-defined requests, but I would like also to fetch the content of the requests, in a similar way as in Mockito we use the Argument Captors. Is this possible with Mock Server?

Hugo Dias
  • 341
  • 3
  • 13

0 Answers0