All Questions
1 question
4
votes
4
answers
2k
views
How to mock REST services for testing
I am currently building an application that consists of multiple small rest services that communicate between them. For example, a request to service A might make requests to services B and C in the ...