Namespace Google.Apis.Testing (1.60.0)

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")]