Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Code Coverage % by function

    Hi Amir - Right now the deepest NCrunch can drill down is to file level. This is because NCrunch isn't yet able to distinguish where one method ends and where another starts (code coverage is not stored at method level), so it simply can't go any further. There may be opportunities to pursue th…

  2. Unicode issues

    Hi, thanks for sharing this issue! This is a known issue with the richedit control used to display the output from the test. Sadly, the problem is internal to the control and can only be resolved by completely replacing it (a large piece of work). Hopefully we'll get space to resolve this soon.…

  3. Brace on new line && code coverage.

    Hi, thanks for posting! This is caused by limitations in how the .NET compilers work and the data that is available to NCrunch. Because NCrunch is language agnostic, it relies on information from the .PDB files created by the compiler. While these PDB files contain information about the locatio…

  4. Run Engine Mode *ONLY* Tests

    Hi, thanks for sharing this idea. I think that what I'd like to do in this particular situation is look specifically at your objective, and share some information on other planned features that may help you to achieve this: - The upcoming V2 release has a feature that allows you to perform cus…

  5. custom Windows Runtime components not supported

    Hi, thanks for posting! NCrunch currently does not support Windows Store test frameworks (see [url=http://www.ncrunch.net/support/frameworks]http://www.ncrunch.net/support/frameworks[/url]). Windows Store testing requires the test runner to have an Appx Identity, which is a whole new area of dev…

  6. New Windows Phone 8 solution (project + test project) fails to build

    Hi, Thanks for posting! A solution to this issue just went out in the 1.48 release last week. I recommend upgrading - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url]. Cheers, Remco

  7. c++ filenames not fixed-up in stack traces

    Absolutely! You're welcome! And thanks for taking the time to report the issue :)

  8. ncrunch from commandline

    At the moment, it isn't possible to run NCrunch from the command line. I do, however, understand the motive behind this. As there are differences between NCrunch's test environment and that of a standard test runner, it is desirable to be able to ensure code is NCrunch-compliant as part of a conti…

  9. c++ filenames not fixed-up in stack traces

    Thanks Will! I think I can see what's happening here. It looks like the reversal of the path strings ('/' instead of '\') is messing with NCrunch. Hopefully this should be an easy fix. I'll see what I can do :)

  10. c++ filenames not fixed-up in stack traces

    Thanks. I've had no luck in reproducing any issues where NCrunch allows hyperlinking to files inside the workspace through the Tests Window... the fix released 10 months ago included code specifically intended to prevent this from happening, which is why I'm confused about how it's managed to happe…

  11. c++ filenames not fixed-up in stack traces

    Thanks. I've had no luck in reproducing any issues where NCrunch allows hyperlinking to files inside the workspace through the Tests Window... the fix released 10 months ago included code specifically intended to prevent this from happening, which is why I'm confused about how it's managed to happe…

  12. c++ filenames not fixed-up in stack traces

    Hi - Sorry to resurrect this thread, but I'm currently trying to establish how you've managed to navigate to a source file in the NCrunch workspace using Visual Studio. Do you remember how you opened the file? Was this done via a hyperlink in the NCrunch Tests Window? Or a mechanism that did…

  13. Add "line executed x times" to coverage statistics?

    Hi, Thanks for the suggestion. At the moment this would be a difficult change, as it follows somewhat of a different model of runtime analysis, but I'll certainly have a think about how such a thing might be implemented. Cheers, Remco

  14. Expand/Collapse

    Hi, thanks for the suggestion! I'll see what I can do on this one. Cheers, Remco

  15. Files locked during HG checkout / merge operations.

    Hi, There is currently a known issue where the file watcher used by NCrunch is holding directory locks, making it impossible to remove certain directories while it is enabled. Until a solution can be found, the workaround is as you've described it (disable NCrunch prior to performing a VCS upd…

  16. Navigation using arrow in grid list

    Beta for V2 currently expected before the end of the year.

  17. Project build error after updating to vs2013

    Thanks for sharing the steps to reproduce. It looks like this is caused by a version clash with MSBuild. A fix is being prepared as part of 1.48 to address this. Meanwhile, you can find a workaround for the problem [url=http://forum.ncrunch.net/yaf_postst1041_Silverlight-5-and-VS2013-RC.aspx]in t…

  18. Navigation using arrow in grid list

    This one is coming as part of the V2 release :) Sadly, the component used in V1 just couldn't do it!

  19. TestCaseSource test not being recognised

    Great stuff! I'm glad you managed to get this one working, and you definitely get bonus points for the creative implementation (i.e. using NUnit features to work around the need for Jasmine). Thanks also for supporting the product with your purchase :) Cheers, Remco

  20. DomainUnload is not fired/class finalizers not executed on test runner host exit

    Hi, thanks for posting! NCrunch doesn't have a mechanism for executing clean up code on termination of a test runner process, for the simple reason that no cleanup scenario can ever be 100% reliable in a way that NCrunch can control. There are many situations that can result in test runner proce…