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
The classes LocalCache and REST can be optionally provided to FuelClient. This is meant to allow these classes to be mocked for unit tests. Currently the test directory has gtest, but not gmock, so the classes cannot be mocked. gmock should be added to this repo and unit tests using mocks of these classes should be written to test edge cases that are difficult to test with a real file system or REST server.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz).
The classes
LocalCache
andREST
can be optionally provided toFuelClient
. This is meant to allow these classes to be mocked for unit tests. Currently thetest
directory has gtest, but not gmock, so the classes cannot be mocked.gmock
should be added to this repo and unit tests using mocks of these classes should be written to test edge cases that are difficult to test with a real file system or REST server.The text was updated successfully, but these errors were encountered: