public void AddPathSeparatorTest(string folderPath, string expectedResult) { Assert.Equal(expectedResult, Paths.AddPathSeparator(folderPath)); }