» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with unit-testing + License:LGPL

CxxTest

CxxTest is a JUnit/CppUnit/xUnit-like framework for C++ that doesn’t require RTTI, member template functions, exception handling, or any external libraries (including memory management, file/console I/O, or graphics libraries). It is distributed entirely as a set of header files which makes it extremely portable and usable.

CUnit

CUnit is a unit testing harness targeted at C developers.