You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll leave this open for us to consider if there's a relatively low-effort way we could achieve an API similar to what you suggested with some additional extension methods or similar in a future release.
I would like to have an option to setup a sequence of responses for certain request. It would certainly help with testing retry policies.
Describe the solution you'd like
Moq allows for user to setup a sequence of responses like:
It would be great if we would be able to do the same in this library:
The text was updated successfully, but these errors were encountered: