$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] whitebox testing with boost unit test framework?
From: Chris Cleeland (chris.cleeland_at_[hidden])
Date: 2011-12-21 18:25:01
I'm using the boost unit test framework to implement unit tests for
code. I'm wondering if there is a best-practice for doing white-box
testing/internal state inspection of types under test. My hack right
now is to strip out "protected" and "private" from the header, but I
hold my nose as I do that.
Thoughts/suggestions?
-- Chris Cleeland