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
We need to rewrite some of the unit tests, mainly the ones that test server functionality. We should create mocked classes that way we can truly verify that things are working as intended. We should actually move each test area into their own executable that way we can actually make use of the mock classes.
We need to rewrite some of the unit tests, mainly the ones that test server functionality. We should create mocked classes that way we can truly verify that things are working as intended. We should actually move each test area into their own executable that way we can actually make use of the mock classes.
For those who would like to know more info about google mock, see https://github.com/google/googletest/blob/master/googlemock/docs/ForDummies.md
The text was updated successfully, but these errors were encountered: