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
It's fragile to rely on the internet to test code, which the cURL integration test relies on. Instead, we should use a mock object from gMock to test the appropriate calls.
The gMock documentation can be found at this link.
The text was updated successfully, but these errors were encountered:
Description
It's fragile to rely on the internet to test code, which the cURL integration test relies on. Instead, we should use a mock object from gMock to test the appropriate calls.
The gMock documentation can be found at this link.
The text was updated successfully, but these errors were encountered: