In NCrunch, 160 of my 800+ unit tests show as failing. Yet when I run them in Test Explorer in VS directly or run them on my build server, they pass. When I debug my unit tests, NCrunch passes them. It's just running them automatically or clicking Run All fails. Resynchronise doesn't help.
Any ideas?
Remco NCrunch Developer
#8936
08 Jul 2016 04:46 UTC
Hi, thanks for sharing this issue.
Most likely these tests are sequence or state dependent in a way that wasn't designed with the way that NCrunch can re-use test processes. See here for more information - http://www.ncrunch.net/documentation/considerations-and-constraints_test-atomicity.
Most likely these tests are sequence or state dependent in a way that wasn't designed with the way that NCrunch can re-use test processes. See here for more information - http://www.ncrunch.net/documentation/considerations-and-constraints_test-atomicity.
Post a reply
Log in to reply.