How to use: PartCover .NET 4 with NUnit 2.5.6
Say I have Test assembly (NUnit compliant) App.Test.dll and a library to be tested App.dll. How do I get the code coverage analysis using PartCover and NUint? ...
Say I have Test assembly (NUnit compliant) App.Test.dll and a library to be tested App.dll. How do I get the code coverage analysis using PartCover and NUint? ...
Summary: I can run unit tests and code-coverage, but the report only includes NUnit classes, not my application classes. I have successfully used PartCover in the past. Not so this time. I tried the latest PartCover (4.0), downgraded to the next latest (2.0), both with NUnit 2.5.6. I created a simple .NET 4.0 class library (also tried ...
hi, i run the ff command partcover.exe --target nunit-console.exe --target-args assembly.dll --include [] --output C:\output\coverage.xml Here's the output in the console: open driver pipe modify target environment variables create target process wait for driver connection [00015] [02956] Options dump: [00015] [02956] VerboseLevel:...
We're generating PartCover reports via the command line tool along with our CruiseControl.Net unit tests. This generates an xml file that displays the results nicely on the cruisecontrol dashboard. The xslt transforms that are included only show you the percentage of coverage in an individual class. We want to know exactly what lines ar...