3 instantiations of TestServiceProvider
Microsoft.AspNetCore.OpenApi.Tests (3)
Services\OpenApiDocumentServiceTestsBase.cs (3)
162new DefaultParameterPolicyFactory(Options.Create(options), new TestServiceProvider()), 173var serviceProvider = new TestServiceProvider(); 265public static TestServiceProvider Instance { get; } = new TestServiceProvider();
8 references to TestServiceProvider
Microsoft.AspNetCore.OpenApi.Tests (8)
Services\OpenApiDocumentServiceTestsBase.cs (8)
36var scopedService = ((TestServiceProvider)builder.ServiceProvider).CreateScope(); 45var scopedService = ((TestServiceProvider)builder.ServiceProvider).CreateScope(); 92((TestServiceProvider)builder.ServiceProvider).TestSchemaService = schemaService; 94((TestServiceProvider)builder.ServiceProvider).TestDocumentService = documentService; 138((TestServiceProvider)builder.ServiceProvider).TestSchemaService = schemaService; 140((TestServiceProvider)builder.ServiceProvider).TestDocumentService = documentService; 173var serviceProvider = new TestServiceProvider(); 265public static TestServiceProvider Instance { get; } = new TestServiceProvider();