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