2 references to GetService
Microsoft.AspNetCore.Mvc.IntegrationTests (2)
BodyValidationIntegrationTests.cs (2)
453
var options = testContext.
GetService
<IOptions<MvcNewtonsoftJsonOptions>>().Value;
559
var options = testContext.
GetService
<IOptions<MvcNewtonsoftJsonOptions>>().Value;