Forum member

Teejwex

4 posts

Posts by Teejwex

  1. Error not picked up

    Thanks for looking into it quickly. Under a bit of pressure now but I'll definitely give it a test again in the next couple of days.

  2. Error not picked up

    Not sure that was clear. The real expected result for Test Case 10 is false. The code above should fail on test case 10 because i set it to true here to show the issue.

  3. Error not picked up

    Here's a stripped back version of the test and hopefully all of the code needed to replicate it. Test case 10 should return false, i have changed it to true here to highlight the issue. Test case number 10 should fail here but the result of test case 20 is all that I see. [code=csharp]public cla…

  4. Error not picked up

    Hi, I am passing some complex objects to an xunit test. I see in other posts that NCrunch will collapse these test and show a single result. The problem that i have though is that single result was showing a pass. When i used VS2022 test runner it correctly showed a fail for one of the tests. …