开发者

What is a good, free C# unit test coverage tool? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
开发者_开发知识库

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I'm looking for a tool that I can run against my code base to determine which areas of my code are covered by NUnit tests I've written. I would appreciate any suggestions at all, and example usage if needed. Thanks!


Personally, I like NCover along with TestDriven.NET (for Visual Studio integration).

PartCover is a good alternative, too. But as far as I know, there is no Visual Studio integration for PartCover.


I use TestDriven.NET at both work and home, works a treat for me :)


Please use TestDriven.NET to test.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜