Click here to Skip to main content
16,016,744 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends,

This is regarding CppUnit tool for unit testing C++ code.

I found CppUnit a useful tool for unit testing of c++ code. I was able to do unit testing of some console applications and some functions which I used in my project.
I am looking for how to use CppUnit for unit testing MFC application. Say I want to test the code which I write in InitDialog() function. How can I do this task.?


Thanks in advance...
Posted

1 solution

Hey this example may help you.

Unit testing with CPPUnit[^]

SANTOSH
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900