3 implementations of IAcceptFailureReports
Microsoft.AspNetCore.InternalTesting (1)
AssemblyTestLog.cs (1)
23public class AssemblyTestLog : IAcceptFailureReports, IDisposable
Microsoft.AspNetCore.InternalTesting.Tests (2)
AspNetTestAssemblyRunnerTest.cs (2)
173private class TextAssemblyFixtureWithDispose : IAcceptFailureReports, IDisposable 192private class TestAssemblyFixtureWithAsyncDispose : IAcceptFailureReports, IAsyncLifetime
4 references to IAcceptFailureReports
Microsoft.AspNetCore.InternalTesting (2)
xunit\AspNetTestAssemblyRunner.cs (2)
120foreach (var fixture in Fixtures.OfType<IAcceptFailureReports>())
Microsoft.AspNetCore.InternalTesting.Tests (2)
AspNetTestAssemblyRunnerTest.cs (2)
181void IAcceptFailureReports.ReportTestFailure() 208void IAcceptFailureReports.ReportTestFailure()