How do I mock/fake the session object in ASP.Net Web forms?
Is there a way to mock/fake the session object in ASP.Net Web forms when creating unit tests?
Is there a way to mock/fake the session object in ASP.Net Web forms when creating unit tests?
I’m building an ASP.NET app in VS2010. I have a number of separate assemblies (class libraries) and corresponding Test projects for each.