I\'m trying to understand the purpose of google-mock, Google\'s C++ mocking framework.
google-mock
I have already worked with gtest earlier, but still I ca
gtest
Let say you want to write something to file.
You have to test like system memory is full or not.
Will you make the system memory full to test this? No.
Your friend Google mock will help you here.