1 write to ReportTestFailureCalledAt
Microsoft.AspNetCore.InternalTesting.Tests (1)
AspNetTestAssemblyRunnerTest.cs (1)
210ReportTestFailureCalledAt = _position++;
2 references to ReportTestFailureCalledAt
Microsoft.AspNetCore.InternalTesting.Tests (2)
AspNetTestAssemblyRunnerTest.cs (2)
101Assert.Equal(NotCalled, fixture.ReportTestFailureCalledAt); 123Assert.Equal(1, fixture.ReportTestFailureCalledAt);