1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RealServerWithCustomConfigurationIntegrationTests.cs (1)
18
Factory
= factory;
3 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
RealServerWithCustomConfigurationIntegrationTests.cs (3)
19
Factory
.UseKestrel(options => { _optionsConfiguredCounter++; });
29
Factory
.StartServer();
31
using var client =
Factory
.CreateClient();