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
When unit testing, sometimes, instead of mocking some methods directly, we mock the calls that that method does. You can see an example here. This way our tests become very coupled with the implementation of methods it shouldn't be testing.
The text was updated successfully, but these errors were encountered:
When unit testing, sometimes, instead of mocking some methods directly, we mock the calls that that method does. You can see an example here. This way our tests become very coupled with the implementation of methods it shouldn't be testing.
The text was updated successfully, but these errors were encountered: