Does VS2010 Code Coverage support nUnit?

后端 未结 9 1938
情深已故
情深已故 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条回答
  •  旧时难觅i
    2020-12-25 13:39

    You need to turn off shadowcopy in NUnit to get it to work. To do so, use the /noshadow flag.

    e.g. C:\Program Files (x86)\NUnit 2.6\bin\nunit-console-x86.exe MyLibrary.dll /noshadow

提交回复
热议问题