{ Reformatted; please limit your lines to 70 characters -mod }
This is to announce release 1.2.0 of FRUCTOSE, a C++ unit test
framework. It is very cut down compared to CppUnit and is designed for
simple command line-driven test harnesses. It is implemented entirely
in header files. Try it out at
http://fructose.sourceforge.net.
Command line argument handling has been rewritten and no longer
depends on TCLAP. The --args option has been added which can follow a
test name. It allows test-specific data to be passed. A test can pick
these command line arguments up using the function get_args. The
documentation has been updated (the user guide and the doxygen
pages). A minor bug was fixed in the python code generator (failure to
handle digits in class and method names).
Regards,
Andrew Marlow
http://www.andrewpetermarlow.co.uk
--
[ See
http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]