Doug's Inner Net News
News and views from a software developer's perspective
Thursday, May 02, 2002
I got CppUnit working with simple classes I'm writing. I used Junit with Java classes, and it's nice to have a similar tool to use with C++. It pretty nice that it uses static object instances to automatically register the test suites for running.
News and views from a software developer's perspective
I got CppUnit working with simple classes I'm writing. I used Junit with Java classes, and it's nice to have a similar tool to use with C++. It pretty nice that it uses static object instances to automatically register the test suites for running.
