Wednesday, March 7, 2012

Simulating a System.Web.HttpContext during unit testing.

Long ago I came across an article about how to simulate a HttpContext during unit testing. To save myself future Googling I'll preserve the link here:

Unit Test Web Code Without A Web Server Using HttpSimulator