Adding NUnit to the options for ASP.NET MVC test framework

前端 未结 4 604
梦谈多话
梦谈多话 2020-12-13 18:49
  • I have nUnit installed.
  • I have VS2008 Team Edition installed.
  • I have ASP.Net MVC Preview 4 (Codeplex) installed.

How do I make Visual

4条回答
  •  死守一世寂寞
    2020-12-13 19:17

    Do install Testdriven.net to integrate NUnit with Visual Studio. MbUnit and later versions of NUnit also contain project templates for unit tests.

    You can use those project templates to create a test project and then reference to your ASP.NET MVC project and be able to test its code.

提交回复
热议问题