Top "Boost-test" questions

Boost Test Library is a portable test framework for performing unit testing in c++

Unit testing non-exported classes in a DLL

We develop a C++ application using Visual Studio 2008 and unit test using Boost.Test. At the moment, we have a …

c++ visual-studio unit-testing boost-test