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
Use Moq to write unit tests for RestSharp interactions. These unit tests should not initialize a real RestSharp client. Instead, they should mock RestSharp pieces and make sure calls are successful.
There are multiple RestSharp interactions, so this issue might require multiple pull requests.
The text was updated successfully, but these errors were encountered:
Use
Moq
to write unit tests for RestSharp interactions. These unit tests should not initialize a real RestSharp client. Instead, they should mock RestSharp pieces and make sure calls are successful.There are multiple RestSharp interactions, so this issue might require multiple pull requests.
The text was updated successfully, but these errors were encountered: