Context is often a problem when unit testing code, for example if your code utilizes HttpContext.Current this can be a real problem. There are several ways to get around this problem, I'll try and explain the approach we're currently taking, hopefully
Read More