Introduction

CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.

Its advantages over existing alternatives are that it:

This makes it extremely portable and usable.

CxxTest is available under the GNU Lesser General Public License.

See the user's guide for information. It is also available as a PDF file.

Getting CxxTest

You can always get the latest release from this page.

There are three files you can download: an .rpm distribution file, and the sources in .zip or .tar.gz formats. Note that, since CxxTest consists entirely of header files, there is no distinction between source and binary distribution.

Getting started

Get the sources and build the samples in the sample subdirectory.
SourceForge Logo