Code Coverage with MSpec
Can anyone recommend a free code coverage tool for use with MSpec on VS2010/.NET4开发者_开发问答? Can TD.NET do this?
TD.Net supports code coverage with MSpec (Test with -> Coverage or NCover). You can also use JetBrains dotCover, which also supports MSpec.
JetBrains TeamCity has a free version that includes their dotCover technology as well as an MSpec runner.
精彩评论