4 references to GetFakeRedactionCollector
Microsoft.Extensions.Compliance.Testing.Tests (3)
RedactionFakesAcceptanceTests.cs (2)
205var collector = services.GetFakeRedactionCollector(); 250var collector = sp.GetFakeRedactionCollector();
RedactionFakesEventCollectorTests.cs (1)
27Assert.Throws<InvalidOperationException>(() => sp.GetFakeRedactionCollector());
Microsoft.Extensions.Hosting.Testing (1)
FakeHostingExtensions.cs (1)
67return host.Services.GetFakeRedactionCollector();