Forum member

dhgoldman

3 posts

Posts by dhgoldman

  1. Allow overriding of test methods in derived test fixture

    I made some test methods virtual so that I could save myself some typing and simply override them in a derived test fixture, then add some checks before and after the methods were called; unfortunately, it appears that NCrunch doesn't "see" the overridden methods and won't execute them as tests. Am …

  2. In switch statements that are one line of code and a "break" statement, only "break" shows coverage

    I have a few switch statements that are one line of code and a "break" statement, and I noticed that NCrunch only showed coverage for the "break" line. I stepped through the application to make sure I wasn't crazy, and the one line of code was indeed hit during my tests.

  3. Allow "Debug" runner mode by telling VS to attach to the test runner

    +1 for debugging support; NCrunch is great, but like alexnorcliffe, I have to switch to another tool when I need to debug a failing test, and I'd love to be able to use NCrunch for that. Is there a timeframe for delivery?