  |
JUnit, Testing Resources for Extreme Programming - http://www.junit.org/
This site is dedicated to software developers using JUnit or one of the other XUnit testing frameworks. They are tools for Extreme Programming advocates. |
  |
HtmlUnit - http://htmlunit.sourceforge.net/
A Java unit testing framework for testing Web based applications. It does not model the http protocol, but the returned document so that the user may deal with pages, forms and tables. [Open Source, ASL] |
  |
http://sourceforge.net/projects/cppunit - http://sourceforge.net/projects/cppunit
A C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers. [Open source, LGPL] |
  |
MinUnit -- a minimal unit testing framework for C - http://www.jera.com/techinfo/jtns/jtn002.html
A brief write-up of a unit testing framework for C in four lines of code. |
  |
http://www.uwyn.com/projects/qtunit/index.html - http://www.uwyn.com/projects/qtunit/index.html
A unit testing framework for c++, originally based on CppUnit 1.5. All code has been refactored and ported to exclusively use Qt 3.x as it base library. This makes it portable to all platforms supported by Qt. [Open source, GPL] |