Unit tests - making internals visible to a separate unit tests prpoject


/ Published in: C#
Save to your folder(s)

Add this to the AssemblyInfo.cs file to make the internals visible to (e.g.) a unit test project.


Copy this code and paste it in your HTML
  1. [assembly: InternalsVisibleTo("MyProjectUnitTests")]

Report this snippet


Comments


You need to login to view comments.