2 instantiations of TestHandler
Microsoft.AspNetCore.Testing.Tests (2)
FakesExtensionsTests.cs (2)
129
var exception = Record.Exception(() => ((IHost)null!).CreateClient(new
TestHandler
(), _ => true));
140
var exception = Record.Exception(() => hostMock.Object.CreateClient(new
TestHandler
(), _ => true));