1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestServerWithCustomConfigurationIntegrationTests.cs (1)
27Factory = factory;
5 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
TestServerWithCustomConfigurationIntegrationTests.cs (5)
35Factory.ConfigureOptions = options => 44Factory.StartServer(); 46using var client = Factory.CreateClient(); 53Assert.True(Factory.Server.AllowSynchronousIO); 54Assert.True(Factory.Server.PreserveExecutionContext);