In my main code i have a lot of private and protected methods.I need to test all those codes in Nunit but i Cant able to write test code for private methods.I know there is a method called reflection in C# to use it but I don't know how to use that.

Provide me if there is any references for that.

Thank You