I come from the Java EE world but now I\'m working on a .Net project. In Java when I wanted to test a protected method it was quite easy, just having the test class with the
You can use reflection to invoke private and protected methods.
See here for more:
http://msdn.microsoft.com/en-us/library/66btctbe.aspx