Forum member

trelak

1 post

Posts by trelak

  1. NCrunch 1.33b crashes when test method contains neverending recursion

    Hi, Great tool! With a little minor issue that surely will be corrected in the final release: NCrunch 1.33b crashes when test method contains neverending recursion e.g. [TestMethod] public void HelloTest() { ... HelloTest(); ... } Kind Regards Wojtek