Exemplo n.º 1
0
 public void GivenUrlsList_WhenAbsoluteWithoutQueryAndValid_ShouldPassValidation(string url)
 {
     // Fixture setup
     // Exercise system
     // Verify outcome
     Assert.True(UrlHelpers.IsAbsoluteWebFolderUrl(url));
 }