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