CppUnit is the C++ port of the famous JUnit framework for unit testing.
Test output is in XML or text format for automatic testing and GUI based for supervised tests.
Categories
QA AutomationLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow CppUnit - C++ port of JUnit
Other Useful Business Software
Gemini 3 and 200+ AI Models on One Platform
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Rate This Project
Login To Rate This Project
User Reviews
-
@ml8: I tend to agree that cppunit seems to be rather outdated (and doesn't appear to be maintained, either), so, please, what (VisualStudio-friendly) alternative(s) do you recommend, i.e., find more "current"? Thanks!
-
Not really up to date with features needed for modern C++ development.
-
-
It is best to test your project yourself. This tool is difficult to use, you have to struggle among lots of error messages before you get adapted to use it. Using this tool it is not necessary. I recommend you to write yourself a simple test routine for your code. I'm using CppUnit at work. My senior coworker is urging me to use it. I really started to hate this library. There is a "undefined symbol" error, and I don't know how to overcome it...