CxxTest is a unit testing framework for C++ that is similar in spirit to JUnit, CppUnit, and xUnit. CxxTest is easy to use because it does not require precompiling a CxxTest testing library, it employs no advanced features of C++ (e.g. RTTI) and it supports a very flexible form of test discovery.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow CxxTest
Other Useful Business Software
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
-
I use CxxTest to develop unit tests for a complex software product. Very pleased with its ease of use, although the documentation could benefit from more examples of use, in my opinion.
-
Follow the links, and download the user manual or view it online. Great portable test suite. Extensible, yes: fully featured and hard to learn, No.