evaluation question

evaluation question

Can Ncover create coverage reports a dll and its accompanying nunit dll? We have projects which do not have an exe or service i can point to. I was able to run all my nunit cases fir these projectrs but haven't figured out how to configure ncover explorer gui without an exe.

thanks


RE: evaluation question

In the case of NUnit, the .exe you would run would be the nunit-console.exe. NCover will provide coverage for all of the .dlls loaded by the executable. You can use filters to exclude nunit-console itself from coverage and restrict measurement to your tested assemblies.


RE: evaluation question

Karl,

I sent an email to your address on file with a getting started guide for Nunit.

If you do not receive it, please contact us.

Joe Feser