Forum member

theDiver

9 posts

Posts by theDiver

  1. 2 bugs? or strange behaviour?

    Hi again :) Should be easy doing it the 'Remco' style. Because thats the way i have done it for many years, just recently i started to do if's on one line if it's only a simple one. :-)

  2. 2 bugs? or strange behaviour?

    Hi Remco Thanks for a very detailed answer, and sorry for my slow reply. Regarding #1, do you suggest that i stop doing if's in one line, and also put the if statement on one line, and the action on another? And with the ternary operator :? i use 3 lines? To make sure the coverage is 100% c…

  3. 2 bugs? or strange behaviour?

    Hi Remco Testing your excellent tool, to see if i should get a license. I am testing Ncrunch 1.44.0.11 in Visual Studio 2012 professional. Running in a Windows 7 Ultimate 64 Bit computer. I use nUnit as a testing framework. Resharper is also installed. During writing a lot of tests for my …

  4. Always black dots

    I have send you an PM with the download link. Thanks for the tips regarding the unit test frameworks, i'll have to play around with them :)

  5. Always black dots

    Hi there It looks like NCrunch does see the tests, and show them always as passed. While playing around, I though about moving the test to another Visual Studio Project, because in a real application, I don't want the tests to be in the same exe/dll as the rest of my program. So i created a…

  6. Always black dots

    The bug report has been submitted.

  7. Always black dots

    Sure, i'll send it when i get to my development computer in about 9 hours time :-) The only special environment thing i can think about, is that it is an english Windows XP running with Danish Locale setting.

  8. Always black dots

    Hello Remco. It is a very simple console application test project. I Used Visual Studio 2010, Target Framework is 4.0 Client Profile (Default) Tried 3.5 framework, no change. There is black dots next to the lines in all 3 files. Program.cs: [code=csharp]using System; namespace nCru…

  9. Always black dots

    Hi there Just found your tool today, and took it for a testdrive. I installed the newest nUnit, and the newest nCrunch. I followed the demo video, but wrote my own classed. nUnit tell's me the test have passed, but nCrunch only shows black dots. Any idea?