On 11/10/2007, at 11:10 AM, Sara Falamaki wrote:

I'm looking for a C++ unit test framework to use for a new project.

I'd like it to support fixtures (setup/teardown routines), require
minimal code to write a test, and require minimum external library
support or language features. It needs to be portable, at least
between Linux and Windows. I'd prefer it not to be tied to a specific
IDE. Being extensible/customizable would also be a plus.

The best one I've found is UnitTest++:

  http://unittest-cpp.sourceforge.net/

Unlike a lot of other C++ unit test frameworks, UnitTest++ has a pretty minimal syntax and is actually somewhat pleasant to use. Recommended.


--
% Andre Pang : trust.in.love.to.save  <http://www.algorithm.com.au/>



_______________________________________________
coders mailing list
[email protected]
http://lists.slug.org.au/listinfo/coders

Reply via email to