Exemplo n.º 1
0
 public void CheckUrl_Test()
 {
     Assert.True(UriUtils.CheckUrl("https://www.google.com/"), "UriUtils.CheckUrl('https://www.google.com/')");
     Assert.False(UriUtils.CheckUrl("https://www_.google.com/"), "UriUtils.CheckUrl('https://www_.google.com/')");
 }