How do I add NUnit as a test framework option for ASP.NET MVC to Visual Web Developer 2008 Express?

前端 未结 9 1096
庸人自扰
庸人自扰 2021-01-31 10:33

According to Professional ASP.NET MVC 1.0, page 8, \"If you are using VS 2008 Standard Edition or Visual Web Developer 2008 Express you will need to download and instal

9条回答
  •  野性不改
    2021-01-31 11:18

    I've been struggling with that same thing as well. What I've done at the end was I took the unit tests created by the ASP.NET MVC team (found in the installer), mixed it with the templates provided by the pages you've mentioned and voila! It works just great :D

    You can download the whole package here

    Best regards, Matthias.

提交回复
热议问题