Hi Remco,
We're evaluating nCrunch before purchasing and I found two issues with displaying coverage info, which are not critical, but still confusing..
1. [Behaviors] and Behaves_like<> support
If I'm using standard assertions, nCrunch marks passing tests with green ">" symbol, which is good (green mark on screenshot), but as soon as I'm using Behaves_like<>, nCrunch marks this line as uncovered (red mark on screenshot), which is wrong. Inside [Behaviors] classes, everything is OK, all "It"s are marked with green ">" symbols, as expected. Tests are shown in test window, so they are executed, it's only problem with displaying coverage information.
2. We're using classes for sharing configuration between tests and inheriting test classes from them. Somehow one line in these classes is displayed as not covered:
Inside of test classes everything is OK, see first screenshot, both classes there are inherited from this "WithTokenRequest" class, there are no dots on "Establish" lines.
VS2012.3, ReSharper 8.0.1, machine.specifications 0.5.16, machine.fakes 1.7.0.
Could you, please, check if it's possible to fix these issues? Tell me if you need any additional info.
Thanks!