C++ testing

Oct 5, 2008 at 6:36pm
I am looking for a good guide for C++ test classes. I am still searching on Google and still cannot find anything too helpful.

Does anyone know a good guide?
Oct 5, 2008 at 7:01pm
Google Unit Tests. Then pick a good library. The theory is the same across all OO languages.

A good library is:
http://www.boost.org/doc/libs/1_35_0/libs/test/index.html
Topic archived. No new replies allowed.