Forum member

tsimbalar

2 posts

Posts by tsimbalar

  1. Tests suddenly start failing with NCrunch v3.9.0.1

    Oh I see, well that's a bummer :-/ Usually, when I use XUnit Theory and parameterized tests, I like to use as a parameter a string "reason" that is a unique description of this test case for human beings ... Given that in those cases, one of the parameter could possibly used as a unique identifie…

  2. Tests suddenly start failing with NCrunch v3.9.0.1

    I just installed NCrunch v3.9.0.1 for Visual Studio 2017 (I was using 3.7.0.7 so far, I think), and some of my test suddenly started to fail on one of my projects. It looks strange, but all the tests that fail have something in common : - they are all XUnit [Theory] tests - They use [MemberDat…