8 references to TestGetExtension
Microsoft.CodeAnalysis.UnitTests (8)
FileUtilitiesTests.cs (8)
227TestGetExtension(path: "a.dll", expected: ".dll"); 228TestGetExtension(path: "a.exe.config", expected: ".config"); 229TestGetExtension(path: ".goo", expected: ".goo"); 230TestGetExtension(path: ".goo.dll", expected: ".dll"); 231TestGetExtension(path: "goo", expected: ""); 232TestGetExtension(path: "goo.", expected: ""); 233TestGetExtension(path: "goo..", expected: ""); 234TestGetExtension(path: "goo...", expected: "");