
In the past I had a reoccurring problems during testing. I wanted to access protected or private methods of Objects from the outside, in order to test them in isolation. On other occasions I wanted to check if the internal state of a object was affected by my test. I […]