Does VS2010 Code Coverage support nUnit?

后端 未结 9 1942
情深已故
情深已故 2020-12-25 12:35

According to this schema VS2010 Premium and Ultimate has a tool for checking Code Coverage - together with a few other testing tools. Does this support nUnit too, or just MS

9条回答
  •  一向
    一向 (楼主)
    2020-12-25 13:18

    I tried every method I found on Google to enable that and then decided to give TestDriven.NET a try. It worked brilliantly: right-clik on the solution, test with coverage and done. Seriously, it couldn't be any easier.

提交回复
热议问题