Search code examples
asp.net-mvc-3rhino-mocks

MVC3 & Rhino Mocks starter example


I started using MVC3 and Rhino mocks. Can someone provide me an example to write tests for

  1. Checking for invalid data.

  2. Handle scenarios you receive Null objects.

  3. How to handle unique constraint errors.

using Rhino Mocks(any other tests if necessary).


Solution

  • I would suggest to use the mvcContrib TestHelper. You can find examples and Documentation here You can download it from nuget or from CodePlex