1 write to ReportTestFailureCalledAt
Microsoft.AspNetCore.InternalTesting.Tests (1)
AspNetTestAssemblyRunnerTest.cs (1)
183ReportTestFailureCalledAt = _position++;
2 references to ReportTestFailureCalledAt
Microsoft.AspNetCore.InternalTesting.Tests (2)
AspNetTestAssemblyRunnerTest.cs (2)
60Assert.Equal(NotCalled, fixture.ReportTestFailureCalledAt); 81Assert.Equal(0, fixture.ReportTestFailureCalledAt);