$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Leif Gruenwoldt (leifer_at_[hidden])
Date: 2006-03-22 13:55:21
Is there a way to test the private functions of a class without moving
them into public scope during test?
What are some strategies for this?
I was hoping to add "friend class boost::unit_test::test_suite;" to my
class but that didn't work.
-- Leif Gruenwoldt