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