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
nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
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.