This question has already been answered:
- Access to private methods 3 responses
I have 2 projects in solution. In one class where there are private methods that need to be tested. Another project is unit tests. I know that I can use friendly builds to access the private methods of that class. Tell me how to do this? It is desirable, as detailed as possible.