I have the following setup. A solution with 3 Projects.
Project A, Namespace A, Class A
Project B, Namespace B, Class B : A
and a Test project for unit tests on B. To access private functions of B i create an accessor in my Test project using Create Private Accessor -> Test.
It seems as A is in another assembly VS does not create accessor functions for A.
You need to use multiple accessors. Consider this:
or