Forum member

TheCodeJunkie

6 posts

Posts by TheCodeJunkie

  1. Vote for the next testing framework to support!

    What's the status on the additional frameworks? The front page says NUnit and MSpec, then there was the vote 3 months ago followed up a post 2 months ago that MSTest not being far away.. still waiting for xunit support =D

  2. Pending tests for NotImplementedException

    I would argue that if you have production code that throws [i]NotImplementedException [/i]that you are doing things wrong. If you have, say members of an interface or an abstract class, that you do not provide an implementation for then you should instead be throwing [i]NotSupportedException[/i]

  3. Can't install VS2010 version

    Afraid that I got the same result with 1.31b =/

  4. Can't install VS2010 version

    Hi, I downloaded the office 2010 version and tried to install it on my work machine (Win 7 x64, VS2010 SP1, in a domain) and it says that I need to have VS2010 installed (which I have). When I did the same at home it worked just fine, on the same setup except for the domain. I did check the fo…

  5. Failures need to growl

    I second that support for Growl would be awesome

  6. Vote for the next testing framework to support!

    I definitly think it should be xunit. It's got a wide adoption rate in the open-source community and amongst the people that would use a tool like NCrunch.