Hi, I'm trying to write a unit test for a controller action. This action uses the UpdateFrom(Request.Form) helper method to populate an object before writing it to a database. I would like to mock the Request.Form object in order to run a unit test against this action. However, it seems that the...
Posted to
ASP.NET MVC
(Forum)
by
Bill_G
on
01-29-2008, 12:00 AM
Filed under: request.form, UpdateFrom, httprequest, mock