1 implementation of IAcceptFailureReports
Microsoft.AspNetCore.InternalTesting (1)
AssemblyTestLog.cs (1)
23
public class AssemblyTestLog :
IAcceptFailureReports
, IDisposable
2 references to IAcceptFailureReports
Microsoft.AspNetCore.InternalTesting (2)
xunit\AspNetTestAssemblyRunner.cs (2)
120
foreach (
var
fixture in Fixtures.OfType<
IAcceptFailureReports
>())