Namespace Google.Apis.Testing
Classes
VisibleForTestOnly
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")]