Beispiel #1
0
 public void UriUtility_ChangeRoot(string origRoot, string destRoot, string fullPath, string expected)
 {
     Assert.Equal(expected, UriUtility.ChangeRoot(new Uri(origRoot), new Uri(destRoot), new Uri(fullPath)).AbsoluteUri);
 }