I\'m building a class library that will have some public & private methods. I want to be able to unit test the private methods (mostly while developing, but also it coul
If you are using .net, you should use the InternalsVisibleToAttribute.