Question : What's the best (free) unit testing framework for C++?

I'm looking for the best  C++ unit testing framework, similar to Java's JUnit? Based on your experience, what do you recommend? CPPUnit?  Unit++?

Answer : What's the best (free) unit testing framework for C++?

I was on project having 20 software engineers. Unit Testing was mandatory at the method and function level. It was mandatory that we use CPPUnit Test. The results in integration were excellent. Our version was a based on CPPUnit modified to be integrated in the Telelogic Rhapsody C++ UML IDE. It was also modified to have enhanced reporting capabilities and a nice summary.

Per my request, we further enhanced it to identify exactly which assertion was being exercised. That, combined with coverage profiling, ensured that every line of code was being exercised.
Random Solutions  
 
programming4us programming4us