Page 1 of 1

Exploring the C++ Unit Testing Framework Jungle

Posted: Fri Mar 02, 2007 10:36 pm
by VLSmooth
Exploring the C++ Unit Testing Framework Jungle

Granted, it's an article from 2004, but I found it to be amusing, comprehensive and concise.

ps. perl rocks

Posted: Fri Mar 02, 2007 10:54 pm
by VLSmooth
Here's a more recent article (2006-03-18) by the same author:
UnitTest++ v1.0 Released

It discusses a unit test framework co-developed by the author, heavily based on the concerns he listed in the previous article.

Posted: Sat Mar 03, 2007 3:31 am
by quantus
Do you unit-test your Perl code?

Posted: Sat Mar 03, 2007 5:18 am
by VLSmooth
quantus wrote:Do you unit-test your Perl code?
Unofficially, yes. Usually in the form of commented out code.

I don't use a framework for it (yet) though.