Directory Help
Search only in Debugging and Testing
Search the Web
Debugging and Testing
Computers
>
Programming
>
Languages
>
C++
>
Class Libraries
> Debugging and Testing
Go to Directory Home
Web Pages
View in Google PageRank order
Viewing in alphabetical order
Compile-Time Assertions & Debugging
-
http://www.ddj.com/development-tools/184402051
It's common practice to use assertions to check invariants at runtime, but assertions can be equally useful at compile time for doing things like checking arrays for proper size and order.
http://apps.sourceforge.net/mediawiki/cppunit/index.php?title=Main_Page
-
http://apps.sourceforge.net/mediawiki/cppunit/index.php?title=Main_Page
A C++ unit testing framework that started as a port of JUnit to C++.
http://code.google.com/p/amop/
-
http://code.google.com/p/amop/
An automatic mock object for C++. By using ABI and template techniques, it can simulate a pseudo-"Reflection" which is normally not supported in C++. The main differences between AMOP and other mock object libraries is that users do not need to implement the interface of the object to be mocked. [Open Source, MIT]
http://cxxtest.tigris.org/
-
http://cxxtest.tigris.org/
A JUnit/CppUnit/xUnit-like framework for C/C++ with a focus on being a lightweight framework that is well suited for integration into embedded systems development projects. [Open Source, LGPL]
http://libcwd.sourceforge.net/
-
http://libcwd.sourceforge.net/
A thread-safe library to support C++ developers with debugging their applications. It includes support for ostream-based debug output to custom debug channels, memory allocation debugging and run-time support like printing source file locations and demangled names of template parameters.
http://log4cpp.sourceforge.net/
-
http://log4cpp.sourceforge.net/
A library for flexible logging to files, syslog, IDSA and other destinations, modeled after the Log4j Java library. [Open Source, LGPL]
http://mockpp.sourceforge.net/index-en.html
-
http://mockpp.sourceforge.net/index-en.html
Mock Objects for C++, a platform independent generic unit testing framework for C++. Its goal is to facilitate developing unit tests in the spirit of Mock Objects for Java, EasyMock and jMock.
http://tut-framework.sourceforge.net/
-
http://tut-framework.sourceforge.net/
A small and portable unit test framework for C++. [Open Source]
http://unitpp.sourceforge.net/
-
http://unitpp.sourceforge.net/
A C++ unit testing framework similar to junit. [Open Source, LGPL]
http://www.cbmamiga.demon.co.uk/mpatrol/
-
http://www.cbmamiga.demon.co.uk/mpatrol/
A powerful debugging tool that attempts to diagnose run-time errors that are caused by the wrong use of dynamically allocated memory. [Open Source, LGPL]
LeakTracer
-
http://www.andreasen.org/LeakTracer/
Library for tracing and analyzing memory leaks in C++ programs. [Public Domain]
log4cplus
-
http://log4cplus.sourceforge.net/
Port of the log4j logging library to C++.
Memory Supervision System
-
http://hem.passagen.se/blizzar/mss/
Helps in the infamious task of finding bugs related to dynamical memory during the development of programs. [Open Source, GPL]
Pantheios
-
http://pantheios.sourceforge.net/
A C/C++ logging API library, offering a combination of type-safety, efficiency, genericity and extensibility. [Open Source, BSD]
Help build the largest human-edited directory on the web.
Submit a Site
-
Open Directory Project
-
Become an Editor
Modified by Google - ©2009 Google
Advertise with Us
-
Jobs, Press, Cool Stuff...