Original Poster http://robertsmyth.blogspot.com/2008/03/unit-testing-internal-c-classes.html In AssemblyInfo.cs add the following attribute to allow the "UnitTests" assembly to use the Internal classes of this assembly. [assembly: InternalsVisibleTo("UnitTests")] |
Just Code >