MVC2 Unit Testing, Populating ModelState
I love how testable ASP.NET MVC is, I also love MVC2’s model validation. However when trying to unit test a controller method that used the ModelState, I quickly learned that the ModelState is not populated when just newing up a Controller and calling one of its public methods. As usual, I think this is best …Read More