I am using Moq and the MvcContrib TestHelper class to write unit tests for projects in ASP.NET MVC 1.0. I encountered a problem.
When I When I come to Roles.AddUserToRole in my AccountControl
I am using Moq and the MvcContrib TestHelper class to write unit tests for projects in ASP.NET MVC 1.0. I encountered a problem.
When I When I come to Roles.AddUserToRole in my AccountControl
When trying to follow the article on mocking the htmlhelper with Moq, I encountered the following problem. An exception was thrown when creating the htmlhelper. I just guessed that the castle winds