Home > Uncategorized > UnitTest++

UnitTest++

September 17th, 2009 Leave a comment Go to comments

UnitTest++ is a lightweight unit testing framework for C++.

It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.

UnitTest++ is ANSI portable C++ and makes minimal use of advanced library and languages features, which means it should be easily portable to just about any platform. Out of the box, the following platforms are supported:

  • Win32
  • Linux
  • Mac OS X
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.