Пример #1
0
 public void FormatUrl4()
 {
     Assert.AreEqual("http://www.obishawn.com/", Delicious.FormatUrl("http://www.obishawn.com/"));
 }
Пример #2
0
 public void FormatUrl2()
 {
     Assert.AreEqual("http://test.com/", Delicious.FormatUrl("http://test.com"));
 }
Пример #3
0
 public void FormatUrl3()
 {
     Assert.AreEqual("http://test.co.uk/", Delicious.FormatUrl("http://test.co.uk"));
 }
Пример #4
0
 public void FormatUrl()
 {
     Assert.AreEqual("http://pajhome.org.uk/crypt/md5/", Delicious.FormatUrl("http://pajhome.org.uk/crypt/md5/"));
 }