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