NCover and xUnit.net
Is it possible to use the unit tests written in xUnit.net (VS 2008) as bases for a coverage? Thanks
Welcome, Guest!
Is it possible to use the unit tests written in xUnit.net (VS 2008) as bases for a coverage? Thanks
yes
How can we do it?
on the command line, roughly:
ncover.console.exe xunit.exe <test> //x coverage.xml