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
Try Google Cloud Risk-Free With $300 in Credit
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
Rate This Project
Login To Rate This Project
User Reviews
-
In the last few days, I successfully integrated the 1.12.1 into NetBeans 7.4 on Mac OS X Mavericks. Keep in mind that the Apple Developer download for command line tools has to be obtained prior to building the cppunit libraries. The clang++ compiler has been used to do this. A few minutes spent reviewing the INSTALL text file helped guide how to set the CC and CXX environment variables appropriately. I have written a reply to a discussion board post that details the process more.
-
The CppUnit library is great. I wanted to see my CppUnit testing results integrated with the official Eclipse CDT C/C++ Unit Testing Support similar to other C/C++ testing frameworks... So I created an Eclipse plugin to support vanilla CppUnit XML Test Reports with the official Eclipse CDT C/C++ Unit Testing Support plugin. I have made it available as a SourceForge project: eclipsecppunit My hope is that others will find it useful too!
-
Thanks! Usable tool
-
I like CppUnit - C++ .. first of all is free and i can do many things with program
-
Cppunit is great! Thanks.