I'm just getting started with MSTest (or at least the VS 2008 testing tools, is there a difference?)
I'm wanting to test code that uses a session object. Obviously I don't have an HttpContext and I can't simply create one, so the code fails with a NullReferenceException.
Is this code simply un-testable?