1 write to _conditionalTheoryRuns
Microsoft.AspNetCore.InternalTesting.Tests (1)
ConditionalTheoryTest.cs (1)
36_conditionalTheoryRuns++;
3 references to _conditionalTheoryRuns
Microsoft.AspNetCore.InternalTesting.Tests (3)
ConditionalTheoryTest.cs (3)
37Assert.True(_conditionalTheoryRuns <= 2, $"Theory should run 2 times, but ran {_conditionalTheoryRuns} times."); 62Assert.True(_conditionalTheoryRuns <= 3, $"Theory should run 2 times, but ran {_conditionalMemberDataRuns} times.");