1 write to _optionsConfiguredCounter
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RealServerWithCustomConfigurationIntegrationTests.cs (1)
19Factory.UseKestrel(options => { _optionsConfiguredCounter++; });
2 references to _optionsConfiguredCounter
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
RealServerWithCustomConfigurationIntegrationTests.cs (2)
28Assert.Equal(0, _optionsConfiguredCounter); 37Assert.Equal(1, _optionsConfiguredCounter);