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