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!
|
3
|
|||||||
|
|
|
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 :) |
||||||||||||||
|
