Running NUnit tests in Visual Studio 2010 with code coverage

前端 未结 5 1178
甜味超标
甜味超标 2021-02-01 19:20

We have recently upgraded from Visual Studio 2008 to Visual Studio 2010. As part of our code base, we have a very large set of NUnit tests. We would like to be able to run thes

5条回答
  •  星月不相逢
    2021-02-01 19:53

    The gallio automation framework is an open source project which should allow you to accomplish this. The site is at http://www.gallio.org/ There is initial VS2010 support in the last release with more work on it in the nightly builds.

    There is more information on this here: http://weblogs.asp.net/astopford/archive/2010/04/13/gallio-and-vs2010.aspx

    However, if you have money to spend on this take a look at http://TestDriven.Net

提交回复
热议问题