Hi all,
I've the following weird problem: if I run all the tests of my suite from visual studio (using a graphical runner), they work fine.
If I run my test from the console (using nunit-console), they continue to work fine.
Anyway, if I want to do some coverage, and try to run my test with ncover, I receive many failures on failed expectations (most of them continue to pass without problem).
How can I investigate better this problem?
Thank you for your help,