MVC2 Unit Testing, Populating ModelState(community.codesmithtools.com)
submitted by
tdupont(1259) 1 year, 7 months ago
When trying to unit test an MVC2 controller action 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. This can be solved by adding an 'AddValidationErrors' extension method to the ModelStateDictionary.
|category: Unit Testing
|Views: 91
tags:
Testing another
Everyones tags:
Your Tags: