cppunit is a framework for writing unit tests in C++ and running them automatically, giving a report about success or failing tests.
There is also a nice interface for MS DevStudio (including the famous red/green progress bar).
see http://cppunit.sourceforge.net/ for more details.
(or send me 1000 US$ for more info ;-) ).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to know what cpp unit does for me. How I can perform unit test using cpptest. I need feauter list of cpp unit
cppunit is a framework for writing unit tests in C++ and running them automatically, giving a report about success or failing tests.
There is also a nice interface for MS DevStudio (including the famous red/green progress bar).
see http://cppunit.sourceforge.net/ for more details.
(or send me 1000 US$ for more info ;-) ).