What is a good, free C# unit test coverage tool? [closed]
开发者_开发知识库
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 questionI'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.
精彩评论