C++ Unit Testing Framework: A Boost Test Tutorial

So many C++ unit testing framework exist, so why Boost Test Library? The excellent but outdated article Exploring the C++ Unit Testing Framework Jungle showed a nice comparison. Since then, the Boost Test Library evolved a lot. Let's see if it improved.

http://www.beroux.com/english/articles/boost_unit_testing/

Comments

Popular Posts