-
Code's Tags
-
Your Codes
-
Reffers
-
Linked Codes
|
Code:
Short link for Twitter:
HTML:
HTML view:
Copy Source | Copy HTML- [TestFixture]
- public class Shorteners
- {
- [Test]
- public void Bitly()
- {
- BitLy shortener = new BitLy();
- String sRet = shortener.ConvertDataTo("http://s-c.me", ItemType.FullUrl, ItemType.ShortUrl);
- Assert.AreEqual(false,String.IsNullOrEmpty(sRet));
- }
- }
|