Forum member

JasonMore

5 posts

Posts by JasonMore

  1. Licensing

    Hi! Everyone at my office is very interested in using ncrunch on a large team, but there was a question about licensing for the current version. Do you have any product licensing right now? Thanks! Jason

  2. CTRL and ALT keys stop working

    Hi, I submitted a bug report with this text, but figured I'd open up a thread in case anyone else runs across this issue. For some reason, one of the integration tests in my project is calling "AppDomain.Unload(AppDomain.CurrentDomain)" under a strange circumstance that I am still investigat…

  3. ncrunch doesn't support nunit testcase

    Awesome, downloading now!

  4. ncrunch doesn't support nunit testcase

    Awesome, thanks!

  5. ncrunch doesn't support nunit testcase

    I have a test that causes ncrunch to stop working when I have this test in my test suite: [TestCase("", Result = 3)] [TestCase("Jason", Result = 2)] [TestCase("More, Jason", Result = 1)] [TestCase("Foo", Result = 2)] [TestCase("Zach", Result = 0)] …