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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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.