$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thomas Maeder (maeder_at_[hidden])
Date: 2000-07-05 12:18:45
Beman Dawes wrote:
>
> So I would like to encourage others to try to come up with a boost
> testing (unit or otherwise) library.
CppUnit (http://c2.com/cgi/wiki?CppUnit) might be a good starting point.
It's a (small) set of classes that has emerged from the Extreme Programming
community. The original is JUnit written by Erich Gamma and Kent Beck.
I have just toyed with it a little bit and think that it's far from perfect.
The boost review approach might be a good method to change that.
Thomas
PS: Yes, this is my first message to this group.