Welcome, Guest!

NCover and xUnit.net

NCover and xUnit.net

by c-shan on Wednesday July 02, 2008, 10:12 AM

Is it possible to use the unit tests written in xUnit.net (VS 2008) as bases for a coverage? Thanks

RE: NCover and xUnit.net

by sporewell on Wednesday July 02, 2008, 01:59 PM

yes

RE: NCover and xUnit.net

by AHT on Monday July 21, 2008, 04:28 AM

How can we do it?

RE: NCover and xUnit.net

by sporewell on Tuesday July 22, 2008, 06:50 AM

on the command line, roughly:

ncover.console.exe xunit.exe <test> //x coverage.xml