How do I get an ASP.NET MVC controller properly initialized for an integration test?
My current problem is that when I try to access the User member of a controller I get:
System.NotImplementedException: The method or operation is not implemented.
What I want is what Ruby on Rails provides out of the box with the Functional Tests.