Several unit test frameworks exist for testing C++ code: Google Test, CppUTest, Yaffut, CATCH, and so on. I’ve used Google Test and CppUTest in the past for test driving some of my code. I’ve heard about the Boost unit test framework recently and wanted to try it out. Just in case you are wondering, Boost
...read more
...read more