Exemplo n.º 1
0
 public void FormatUrl4()
 {
     Assert.AreEqual("http://www.obishawn.com/", Delicious.FormatUrl("http://www.obishawn.com/"));
 }
Exemplo n.º 2
0
 public void FormatUrl2()
 {
     Assert.AreEqual("http://test.com/", Delicious.FormatUrl("http://test.com"));
 }
Exemplo n.º 3
0
 public void FormatUrl3()
 {
     Assert.AreEqual("http://test.co.uk/", Delicious.FormatUrl("http://test.co.uk"));
 }
Exemplo n.º 4
0
 public void FormatUrl()
 {
     Assert.AreEqual("http://pajhome.org.uk/crypt/md5/", Delicious.FormatUrl("http://pajhome.org.uk/crypt/md5/"));
 }