Hi,
Perhaps you can try comparing some test list exports?
There are many different ways of counting tests. A few things to consider:
- Are the fixtures themselves being counted as tests? A fixture technically has its own pass/fail result, so sometimes it can count
- Are ignored tests counted?
- What about theories and test cases? NCrunch uses a different test discovery system to Resharper. It's possible in some cases that theory test cases can be 'rolled up' into single tests if their test case parameters are not considered stable enough to uniquely identify them.
Ultimately the only way to know for sure why there is a difference is to compare the list of tests side by side.