Exemplo n.º 1
0
 public void AddPathSeparatorTest(string folderPath, string expectedResult)
 {
     Assert.Equal(expectedResult, Paths.AddPathSeparator(folderPath));
 }