Boost::test and mocking framework

Viewed 15246

I am using boost::test and need to use a mocking framework with it. Does anyone have any recommendations?

6 Answers
Related