Beispiel #1
0
 public void Should_Resolve_Local_Path_Correctly()
 {
     Assert.IsTrue(VirtualPath.IsLocalPath("local"));
     Assert.IsTrue(VirtualPath.IsLocalPath("(local)"));
     Assert.IsFalse(VirtualPath.IsLocalPath("http://www.google.com"));
     Assert.IsFalse(VirtualPath.IsLocalPath("other"));
 }