1 write to CreateHostCalled
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
152CreateHostCalled = true;
2 references to CreateHostCalled
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
TestingInfrastructureInheritanceTests.cs (2)
33Assert.False(factory.CreateHostCalled); 50Assert.True(factory.CreateHostCalled);