Forum member

John Brett

4 posts

Posts by John Brett

  1. Performance issue with *very* long test arguments

    I've just upgraded to 2.4.0.2 and I've seen a severe change in performance, which I believe I've tracked down to a specific test. The issue I've seen (and this is a change since the previous version of NCrunch I was using) is that the IDE becomes unresponsive between most operations (typically for …

  2. Use of NUnit.Framework.RandomAttribute

    I thought it would be something like that. Thanks for the work-around. To be honest, having the full features of NCrunch is worth some minor aggravation with this particular edge-case, so I've left my Framework Utilisation at Dynamic and changed my testcase. John

  3. Use of NUnit.Framework.RandomAttribute

    I have a test that I've written to do some general sanity testing of a degenerate class (NullRules, an implementation of an interface I have which always returns the same value). Since I don't care specifically what the test data is, I used NUnit's RandomAttribute to have the test runner randomly…

  4. Some NCrunch feedback

    I was going to make much the same comment about finding failing tests in the NCrunch window, then noticed that you'd already done it. I started working with the window suppressing passing tests, but found it disconcerting having nothing in the list - "has it worked, and there are no failures, or …