I am looking for a test framework for our MFC applications. I read many Q&As about comparison among the frameworks
- Comparison of c++ unit test frameworks
- Unit testing for C++ code – Tools and methodology
- C++ unit testing framework
but can’t really see difference for my real purpose, building reliable MFC applications. I would appreciate if anybody who has experience with these frameworks can shed some light.
i’ve used some of these a little (i mostly use junit). these are very labor intensive – there’s no way to automagicaly find and run the tests. you might consider using nunit and c++/cli
here is one of the c++/cli test examples: