Introduction As part of contemporary application development methodologies, unit testing is employed to automate the testing of a single unit of work. Unfortunately some developers carry the belief that only public methods exposed through an interface, can be tested. This blog will describe a method to test private methods. What is a Unit Test? ARead more