Forum member

mikeedwards83

8 posts

Posts by mikeedwards83

  1. NUnit Repeat Attribute

    Thanks for the reply, I have implement the stopwatch solution.

  2. NCrunch Execution Flags

    Excellent, thanks for the quick reply.

  3. NCrunch Execution Flags

    I have some code that I want to run when using the NUnit standalone runner but should not be run when testing using NCrunch. I need to test if NCrunch is running but I don't want to include the NCrunch DLLs as part of the project. Does NCrunch set any flags that could be accessed without referenc…

  4. NUnit Repeat Attribute

    I am using the RepeatAttribute from NUnit on a test, NCrunch gives me the execution time for the total time for all repeats to have executed. Is it possible to set it so that it shows me the time for an individual test i.e. total/repeats?

  5. Parallel Test Running

    I now at the solution level I can tell NCrunch to run or not run tests in Parallel but is it possible to do this at the assembly or test level?

  6. Failed to start in French

    I installed the French language pack for Windows 7 onto my machine and changed the language via Control Panel. After logging in and out again NCrunch wouldn't initialise. After changing the language back to English NCrunch started to work again.

  7. Coverage statistics and navigation tools

    Awesome!! Will you be making the source code available?

  8. Coverage statistics and navigation tools

    A summary screen to show: * Total lines covered + Percentage of total code * Total lines not covered + Percentage of total code A quick way to find classes with the least coverage