3 references to VerifyEnumValues
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Options\OptionSerializerTests.cs (3)
81VerifyEnumValues(option, defaultValue.GetType(), allowsPacalCase: true, allowsSnakeCase: false); 104VerifyEnumValues(option, enumType, allowsPacalCase: true, allowsSnakeCase: false); 133VerifyEnumValues(option, defaultValue.GetType(), allowsPacalCase: true, allowsSnakeCase: true);