Exemplo n.º 1
0
 public void IsValidUri(string uri, bool expected)
 {
     Assert.AreEqual(expected, HtmlUtility.IsValidUri(uri));
 }