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