"Beneath this mask there is more than flesh. Beneath this mask there is an idea, Mr. Creedy, and ideas are bulletproof" - V for Vendetta
#define private public
#include "A.h"
#undef private
void
accessPrivateState()
{
A a;
a.x = 3;
}
Source: http://www.drdobbs.com/cpp/testing-complex-c-systems/240147275?pgno=2
Post a Comment
No comments:
Post a Comment