Forum member

bobby_bt

2 posts

Posts by bobby_bt

  1. Unstable Test Generation

    [quote=Remco;14562]Thanks for sharing this. Out of interest, were the declarations for your parameterised data being placed in a different assembly to the one declaring the tests themselves? At first look, this is about the only way I could see such a situation generating an inconsistent number of…

  2. Unstable Test Generation

    Since we upgraded our NCrunch licence we ran into this. I just wanted to mention that we had tests with TestCaseSourceAttribute applied, but the classes with the TestCaseData were defined as getters of static IEnumerable properties with a simple list of yield return statements. So it shouldn't ever …