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