Tagged Questions
1
vote
1answer
85 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 ...
0
votes
1answer
112 views
Unit testing mfc application backed with oracle?
App:MFC backed by oracle
Unit testing framework:googletest
I am going to unit testing the code that will be added here on to the project.Unit testing framework is googletest. I am new to unit testing. ...