
27 Feb
2010
27 Feb
'10
11:10 p.m.
Avi Bahra wrote:
I am looking into boost test. I dont not want to expose some member functions as public. However I need to access them for testing, is there any way making boost test a friend of this class ?
You do not really need to make Boost.Test routines friends of your class. You should be able to get away with making your test functions as friends. Gennadiy