mvc-net-unit-testing


MVC.NET testing a loosely coupled application with RhinoMock and MvcContrib.TestHelper

Tracks the aspects of unit testing one loosely-coupled MVC.Net application. The sample is focused on mocking repositories, services and testing controllers' actions and routes by using RhinoMock and MvcContrib.TestHelper. The test projects in this sample are UnitTestsMVC adopted for Nunit and UnitTestsViaMSTest adopted for MS Test. related article can be found at: http://kbochevski.blogspot.com/2010/06/unit-testing-mvcnet.html

Project Information

Labels:
mvc.net architecture Spring.NET Rhinomocks MvcContrib qualityassurance unittesting