Forum member
bobby_bt
2 posts
Posts by bobby_bt
-
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…
30 Mar 2020 11:27 UTC
-
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 …
27 Mar 2020 20:45 UTC