Forum member

wasaczd

2 posts

Posts by wasaczd

  1. Minor UI improvement

    A great feature of NCrunch is displaying of details of a failure after left-clicking on "x" icon of the failure line. However I suggest using a fixed-width font in the yellow failure details window, because NUnit often shows the position of the difference. I.e.: Expected string length 62 but wa…

  2. Execution time includes JITting/DLL loading time

    A very nice feature of NCrunch is displaying of execution time for each line of code and highlighting lines with long time. However, as far as I noticed, this time includes time spent in JITter or time spend for loading external assemblies/not managed dlls. When I run any test after all test hav…