[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
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `VisibleForTestOnly` attribute is used to mark classes, methods, properties, or fields as being more visible specifically for testing purposes."],["Members marked with `VisibleForTestOnly` should be made internal, and the testing assembly should be designated as a friend assembly."],["This attribute inherits from the `Attribute` class, which in turn inherits from the `Object` class."],["The namespace for this attribute is `Google.Apis.Testing`, and it is contained within the `Google.Apis.Core.dll` assembly."],["The latest version of the document is 1.69.0, with versions ranging from 1.50.0 all the way to 1.69.0 being documented."]]],[]]