Messing with ASP.NET MVC. Just figured out how to unit test my controller by mocking the ControllerContext. Do I need to mock the view?
Messing with ASP.NET MVC. Just figured out how to unit test my controller by mocking the ControllerContext. Do I need to mock the view?
Joel Ross