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