Tuesday, May 13, 2008

private unit




I'm interested in testing private member functions and variables in C++ classes for the unit tests I'm writing. I found a couple articles about this:

Unit Testing Of C++ Classes
How to unit test C++ private and protected member functions?