From: nbecker_at_[hidden]
Date: 2001-03-20 15:09:55


A number of unit test efforts appear to derive from junit. cppunit is
one. It looks to me that this may be OK for testing classes, but in
C++ not everything is a class. I also need to test plain old
functions. I'm really looking for something very lightweight and
flexible, and not necessarily limited to classes.