Forum member

4rchie

27 posts

Posts by 4rchie

  1. showing underscores as spaces in tests window

    the option would be just fine, and the other thing, showing it just in the ui in the tests window wouldn't hurt others that dont use mspec regards, 4rchie

  2. showing underscores as spaces in tests window

    It is quite popular to write test names with underscores for better readability therefore it would be awesome if NCrunch Tests window would show _ (underscores) as normal blank spaces. Additional export option would be double awesome :) regards, 4rchie

  3. Properties and false code coverage

    You can look for it on an IL level. Tools like NCover finds this kinds of stuff and I strongly believe that you can do it as well. The same goes to ? and ?? operators Consider folowing: [Test] public void SomeTest() { var result = GetResult(true); Assert.AreEqual("Covered bra…

  4. Properties and false code coverage

    I have a assembly with load of not testes classes with auto properties. In NCrunch metrics they all get 100% coverage which is totally untrue. When i convert them to properties with backing field it all works all right. Such props should be marked black/green/ and half green when only getter is…

  5. NCrunch with dark theme

    that would be great cos now it's more than hard :)

  6. NCrunch with dark theme

    NCrunch does not look to good with a dark theme in vs2012. The windows stays white. IMHO it should follow the VS theme out of the box Regards, 4rchie

  7. new column in code coverage window

    thank you :)

  8. Installer for VS 2012 RC

    I did a normal install of the 2012RC version (without installing previous ver) and my visual studio is in the C:\Program Files (x86)\Microsoft Visual Studio 11.0 do you have the new ver installed into the same folder?

  9. Installer for VS 2012 RC

    Larsi: i've installed ncrunch from http://files.ncrunch.net/NCrunch_VS2011_1.39.15b.msi on a machine that did not had a VS11 beta installed earlier. (I do have vs2010 installed). What are the symptoms? Maybe we can somehow power through so you can live untill 1.40b release :)

  10. 1.39b is slugish

    - Are you working with the new Metrics view open? YES, ofc :) its a killer :) - How large is your solution in approx lines of code and number of tests? NCrunch says its ~16k - Do you have heavy test saturation in your codebase? I.e. lines of code that are covered with at least several hund…

  11. treshold and color settings for NCrunch Metrics window

    In a NCrunch Metrics window I see a threshold value useful. All the files/projects with the code coverage above given value could be colored as green and all below marked as red. Additionally settings colors would be useful best regards,

  12. new column in code coverage window

    It would be useful for finding uncovered lines across the project. Black markers are good when I know the file.What is more when the class is longer than the screen can handle then such window would be an additional help. The way I see that, I could goo through the list and jump into the uncovered o…

  13. 1.39b is slugish

    for now it looks like just the first run is very sluggish, then it works like it used to. I'll keep an eye on that regards,

  14. new column in code coverage window

    Hello, there are two columns Compiled Lines and Covered Lines. It would be very useful to see additional column Compiled Lines - Covered Lines. It would be great for searching uncovered lines. The other window that would be useful could be a window with the list of uncovered lines regards…

  15. 1.39b is slugish

    hello, i've just installed the 1.39b ver with metrics and all the great stuff but unfortunately it is very slow :( My solution consist of 17 projects (1 setup, 1 silverlights, 1 mvc3, 1 spec flow, 2 mb unit and some other plan c#) it looks like it takes ages to run the tests and in overall …

  16. NCrunch run tests all the time

    no problem. The case sensitivity is not an issue for the user as its under the hood but I though that it might save you some time in the future. As for my main issue I've found the test that causes such behaviour. I'll try to find the exact code that is responsible for this and let you know. …

  17. NCrunch run tests all the time

    and what files are watched?? Is there any log or sth like this? In my knowledge there is no tests that write anything to a file. btw: found a little typo in a ....crunchsolution.local.xml file: <SolutionConfigured>true</SolutionConfigured> <AutoEnableOnStartup>True</AutoEnableOnStartup>…

  18. NCrunch run tests all the time

    Hello, After moving to a new version I've noticed today that tests are executed constantly. I can leave VS and it will run the test all the time, after finishing executing the batch it starts all over. I dont get green OK on Rusk/Progress. Any ideas what might be wrong?

  19. exception when using Code Contracts

    if we talk about my code, then I do not raise any error messages windows so it must be somewhere in the Code Contracts itself...... conclusion: we're screwed :D

  20. exception when using Code Contracts

    Im not an expert on code contracts as well. This error shows up when I don't install the Code Contracts Vs adddon so you're probably not far from the truth with the rewriter. However it is strange for me that I get big error message window from NCover. If it is possible I would stream that error to …