Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Mock HTTP layer to do complex tasks like uploading photo to Flickr

    In this post, I will show how you can use Typemock to fake out complex HTTP POST like uploading photo in Flickr server. The example which will be shown here, gives a pretty much generic idea of faking out HTTP calls and gain access to the response stream for comparing result with original content.I have...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 05-06-2008, 12:00 AM
    Filed under: C#, Linq.Flickr, TypeMock, Unit Test
  • Mocking static methods with Typemock

    There are mocking tools like Rhino Mock, Moq, NMock, Typemock and many more. Recently, I was kinda evaluating mocking tools to mock out REST calls in Linq.Flickr. Almost all of the mock tools requires some sort of interface reference to work on. While, to mock out methods like XElement.Load or File.Open...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 04-21-2008, 12:00 AM
    Filed under: LINQ, C#, Linq.Flickr, LINQ To Xml, TypeMock, Unit Test
Page 1 of 1 (2 items)