Access return value of the command profiled

Access return value of the command profiled

Is there anyway to access what the result value of the profile command was?

i.e. unit tests return the # of failing tests, would help with CI to be able to access that return value.


RE: Access return value of the command profiled

Hi chooks,

There's no way to access the test info from NCover, but NUnit, for example, creates an XML representation of the test results by default.

I think most test runners do the same, and/or allow you to redirect the console output to a file, as well.

Hope this helps!

Best Regards,

NCover Support


RE: Access return value of the command profiled

i agree...