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