I have an app, that uses 2 mocks (written also by me).
Need to test that app against many different mock reponses.
I was thinking about adding parameter, like TooManyRecords and by that differentiate the answer. In fact I was doing like this in tests without mocks.
Do you have any othe ideas for that?