cxxtest - A JUnit-like testing framework for C++
Website: | http://cxxtest.tigris.org |
---|---|
License: | LGPLv2+ |
Vendor: | Fedora Project |
- Description:
CxxTest is a JUnit/CppUnit/xUnit-like framework for C++. Its advantages over existing alternatives are that it: - doesn't require RTTI - doesn't require member template functions - doesn't require exception handling - doesn't require any external libraries (including memory management, file/console I/O, graphics libraries)
Packages
cxxtest-3.10.1-3.el5.noarch [52 KiB] |
Changelog
by Martin Gieseking (2009-08-05):
- added exclude tags in files section |