$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [test] Does boost.test support mock objects?
From: Jonathon (thejunkjon_at_[hidden])
Date: 2011-09-03 01:21:59
Hi,
One facility that I really love about Google test is their mock object
framework. It facilitates the development of tests/stub objects.
Note that this is also delivered in easy mock and mockpp.
Does anyone know if Boost.Test offers such a thing? I've looked
through the documentation and I couldn't find anything.
Thanks,
J