Running NUnit tests in Visual Studio 2010 with code coverage

前端 未结 5 1233
甜味超标
甜味超标 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 20:02

    Jetbrains appears to be tackling this issue with a new product called "dotCover". It's still in it's infancy, but given their track record it should be a major player soon.

    Till it releases you can "test" the nightly builds located here.

提交回复
热议问题