Forum member

adean

8 posts

Posts by adean

  1. Partial coverage treated as no coverage? [1.39b]

    It seems as though partial coverage is treated as no coverage. Specifically what caught my eye was an anonymous delegate Func parameter which I'm verifying via a Moq setup.

  2. Indicators get confused over time [1.39b]

    After coding for 2 / 3 hours, the coverage indicators start getting confused (showing black where there is actually coverage). Restarting the solution works around the issue.

  3. Wizard memory

    It would be useful if the "Enable NCrunch" wizard remembered your previous selections next time it is run.

  4. Visual Cue on test re-run

    When I have a failing test that I am editing, I seem to find myself asking "has it re-run my tests?" as it is not clear if the red fail is from the original code or the new code due to the latency of test execution, so I find myself running TestDriven.NET to see what's going on for sure. I think …

  5. Find test coverage issues report

    Another nice R# feature is the Find Issues report. Having a test coverage issue report allowing a reviewer to double click a report item to open the code at the problem would be very useful and would save opening everything file-by-file.

  6. Test coverage at a glance

    One of the little features of Resharper I like a great deal is the 'problem bar' (I don't know the proper name for it) next to the scrollbar which gives a code reviewer a nice 'at a glance' overview of the code quality. Makes it nice and easy to check compliance. Obviously, NCrunch is surfacing c…

  7. Tests build & run in VS2010, but not in NCrunch

    Moving the <Reference ...> list inside the .csproj fixed the problem, thanks :-) Is there any way you could simply resolve the problem 'inside' the tool by merging all imports into the .csproj copy? I'm pretty sure that effectively what MSBuild does (although it probably does so to an in-memory g…

  8. Tests build & run in VS2010, but not in NCrunch

    Trying to evaluate NCrunch against Cavity but although the tests build & run in Visual Studio, NCrunch doesn't work (it says "project is failing to build"). I suspect that it is because I import MSBuild project settings using <Import ...> and that these are not being correctly evaluated by NCrunc…