MVC 3: How to learn how to test with NUnit, Ninject, and Moq?

前端 未结 3 754
悲&欢浪女
悲&欢浪女 2021-01-29 20:04

Short version of my questions:

  1. Can anyone point me toward some good, detailed sources from which I can learn how to implement testing in my MVC 3
3条回答
  •  你的背包
    2021-01-29 21:05

    Check it out : DDD Melbourne video - New development workflow

    The whole ASP.NET MVC 3 development process was very well presented.

    The third party tools I like most are:

    • Using NuGet to install Ninject to enable DI throughout the MVC3 framework
    • Using NuGet to install nSubstite to create mocks to enable unit testing

提交回复
热议问题