2 references to GetFakeLogCollector
Microsoft.Extensions.Hosting.Testing.Tests (2)
HostingFakesExtensionsTests.cs (2)
43
Assert.NotNull(host.
GetFakeLogCollector
());
51
var exception = Record.Exception(() => host.
GetFakeLogCollector
());