$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How to isolate a class under test?
From: hmiller_at_[hidden]
Date: 2010-06-09 09:01:30
I am testing class A. However, class A makes some calls to class B.
Does Boost.Test provide any "test harness" capability so that the
responses from class B can be canned. I really only want to test
class A, not A and B together. I hope the question makes sense.
Thanks,
Herb Miller