[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field)]
public class VisibleForTestOnly : Attribute
Marker Attribute to indicate a Method/Class/Property has been made more visible for purpose of testing. Mark the member as internal and make the testing assembly a friend using
[assembly: InternalsVisibleTo("Full.Name.Of.Testing.Assembly")]
Namespace
Google.Apis.TestingAssembly
Google.Apis.Core.dll