Search Results

0
votes

What’s the best way of unit testing private methods?

I tend not to test private methods. There lies madness. Personally, I believe you should only test your publicly exposed interfaces (and that includes protected and internal methods). …