Monthly Archives: October 2012

C++ Unit Test Framework Adapter: Part 2

This is the second post in a 3 part series.  Part 1 is here and part 3 is here. After reviewing the source for the four C++ unit testing frameworks with respect to if their output can be normalized without … Continue reading

Posted in Coding | Tagged , , , , , , , , , | 3 Comments

C++ Unit Test Framework Adapter: Part 1

This is the first post in a 3 part series.  Part 2 is here. Earlier today I completed the implementation of an adapter that provides a common interface to four C++ unit testing frameworks: boost::unit_test / Boost Test Library gtest … Continue reading

Posted in About Me, Coding | Tagged , , , , , , , , , | 1 Comment