4 lines
145 B
C#
4 lines
145 B
C#
using System.Runtime.CompilerServices;
|
|
|
|
// Exposes internal methods of this assembly to the test assembly
|
|
[assembly: InternalsVisibleTo("Tests")] |