8 references to TestRemoveExtension
Microsoft.CodeAnalysis.UnitTests (8)
FileUtilitiesTests.cs (8)
238
TestRemoveExtension
(path: "a.dll", expected: "a");
239
TestRemoveExtension
(path: "a.exe.config", expected: "a.exe");
240
TestRemoveExtension
(path: ".goo", expected: "");
241
TestRemoveExtension
(path: ".goo.dll", expected: ".goo");
242
TestRemoveExtension
(path: "goo", expected: "goo");
243
TestRemoveExtension
(path: "goo.", expected: "goo");
244
TestRemoveExtension
(path: "goo..", expected: "goo.");
245
TestRemoveExtension
(path: "goo...", expected: "goo..");