Unit testing is an important step in the software development lifecycle; several frameworks such as JUnit exist to help developers in this effort. CppUnit is a useful C++ port of the JUnit framework!
Resource information | Details |
---|---|
Resource name | CppUnit |
Website | https://sourceforge.net/projects/cppunit/ |
Focus | Software Testing |
CppUnit is the C++ port of the famous JUnit framework for unit testing. The text output is in XML or text format for automatic testing and GUI based for supervised tests.