3 implementations of ReportTestFailure
Microsoft.AspNetCore.InternalTesting (1)
AssemblyTestLog.cs (1)
261public void ReportTestFailure()
Microsoft.AspNetCore.InternalTesting.Tests (2)
AspNetTestAssemblyRunnerTest.cs (2)
181void IAcceptFailureReports.ReportTestFailure() 208void IAcceptFailureReports.ReportTestFailure()
1 reference to ReportTestFailure
Microsoft.AspNetCore.InternalTesting (1)
xunit\AspNetTestAssemblyRunner.cs (1)
122fixture.ReportTestFailure();