$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Testing private methods in Boost
From: hmiller_at_[hidden]
Date: 2010-06-08 15:54:55
Is their a good strategy for testing private methods in a class using
Boost? I am looking for something that is non-intrusive to the
developed code, but I can't think of any good ways without modifying
the code under test.
Thanks,
Herb Miller