cxxtest is a unit testing library somewhat modeled after JUnit. The unit tests created for OpenSAML are built with it.

Project web site: http://cxxtest.sourceforge.net

It is a source code-only library and does not require any binary files or compilation. It is not required at runtime, only during a source build when unit tests are desired.

  • No labels