How to get a properly initialized ASP.NET MVC controller for integration test?
My current problem is that when I try to access a controller user member, I get:
System.NotImplementedException: Method or operation not implemented.
I want Ruby on Rails to provide Functional Tests out of the box.
source
share