Tagged Questions
1
vote
1answer
96 views
How can I test methods that depends heavily on MFC with GTest
I've started to use GTest (Google Test) for a C++ project I'm working on. I have one class that depends heavily on MFC (CFile, CObject, CString, etc.).
How can I break the dependencies on MFC (or ...