A thread-safe library to support C++ developers with debugging their applications. It includes supp...
Mock Objects for C++, a platform independent generic unit testing framework for C++. Its goal is to...
Library for tracing and analyzing memory leaks in C++ programs. [Public Domain]
An automatic mock object for C++. By using ABI and template techniques, it can simulate a pseudo-"R...
A JUnit/CppUnit/xUnit-like framework for C/C++ with a focus on being a lightweight framework that i...
An advanced assertion framework for C++ that provides additional logging when an assertion fails. [...
A powerful debugging tool that attempts to diagnose run-time errors that are caused by the wrong us...
It's common practice to use assertions to check invariants at runtime, but assertions can be equall...