Can anyone recommend a free code coverage tool for use with MSpec on VS2010/.NET4? Can TD.NET do this?

link|improve this question

70% accept rate
feedback

2 Answers

up vote 1 down vote accepted

TD.Net supports code coverage with MSpec (Test with -> Coverage or NCover). You can also use JetBrains dotCover, which also supports MSpec.

link|improve this answer
1  
dotcover's not free – queBurro Mar 10 '11 at 11:06
feedback

JetBrains TeamCity has a free version that includes their dotCover technology as well as an MSpec runner.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.