7 references to Configure
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (3)
Latency\ChecpointAcceptanceTests.cs (3)
41
.
Configure
(SetupServices)
77
.
Configure
(SetupServices)
123
.
Configure
(SetupServices)
Microsoft.Extensions.Hosting.Testing.Tests (4)
HostingFakesExtensionsTests.cs (4)
84
var returnedBuilder = builderMock.Object.
Configure
(builder => builder.Build());
93
var exception = Record.Exception(() => ((IHostBuilder)null!).
Configure
(_ => { }));
100
var exception = Record.Exception(() => new HostBuilder().
Configure
(null!));
109
var exception = Record.Exception(() => builderMock.Object.
Configure
(null!));