Exploring the C++ Unit Testing Framework Jungle

Just the urls, ma'am.
Post Reply
VLSmooth
Tenth Dan Procrastinator
Posts: 3055
Joined: Fri Jul 18, 2003 3:02 am
Location: Varies
Contact:

Exploring the C++ Unit Testing Framework Jungle

Post 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
Last edited by VLSmooth on Fri Mar 02, 2007 10:55 pm, edited 1 time in total.

VLSmooth
Tenth Dan Procrastinator
Posts: 3055
Joined: Fri Jul 18, 2003 3:02 am
Location: Varies
Contact:

Post 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.

quantus
Tenth Dan Procrastinator
Posts: 4891
Joined: Fri Jul 18, 2003 3:09 am
Location: San Jose, CA

Post by quantus »

Do you unit-test your Perl code?
Have you clicked today? Check status, then: People, Jobs or Roads

VLSmooth
Tenth Dan Procrastinator
Posts: 3055
Joined: Fri Jul 18, 2003 3:02 am
Location: Varies
Contact:

Post 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.

Post Reply