Class VisibleForTestOnly (1.50.0)

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

Inheritance

Object > VisibleForTestOnly

Namespace

Google.Apis.Testing

Assembly

Google.Apis.Core.dll

Extension Method