$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Recommended mock framework to use with Boost?
From: doug livesey (biot023_at_[hidden])
Date: 2011-01-05 15:09:49
Hi -- I'm trying to learn to develop properly with C++ and Boost, and to
that end am learning along with Boost.Test, as I'm a BDD coder in another
language (Ruby) in my day job.
I'm at the point, now, where my tests could really benefit from a mocking
framework. There doesn't appear to be one in Boost (not documented, at
least), so I wondered if anyone on the list could recommend a mocking
framework that they use that works well with Boost.Test?
Any and all advice gratefully received,
Doug.