Hi, I'm starting a project that is going to have lots of unit
tests over the next few years. I stumbled across cppunit2,
have retrieved source from CVS, compiled it with scons, and
it's looking good so far.
Before I get too far, I wanted to ask: is it ready? Am I
going to get bitten by things it doesn't do yet? For now,
I just want to do a bunch of assert equals.
I also would like to use scons to build my tests. It seems
much lighter-weight than having a VC++ project for each of
my project's components.
Is there any documentation besides the examples in the
source? a walk-through like
http://www.codeproject.com/library/Using_CPPUnit.asp
for cppunit would be helpful.
Thanks,
-Jim
|