Example #1
0
 public void UriHelpers_CombinePath(string basePath, string path, string expected)
 {
     Assert.Equal(expected, UriHelpers.CombinePath(basePath, path));
 }