I'm just getting started with MSTest (or at least with VS 2008 testing tools, is there a difference?)
I want to check the code that uses the session object. Obviously, I don't have an HttpContext, and I can't just create it, so the code will exit with a NullReferenceException.
Is this code just not testable?
source
share