Mocking HttpWebResponse with Moles
During the development of our DataVault™ service we came across some areas of the code that did not seem well suited to TDD. These were areas of the code which had dependancies on external sites that we needed to access using the HttpWebRequest / Response objects. As anyone who’s attempted to write code using these [...]

