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