2 writes to TestDocumentService
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiDocumentServiceTestsBase.cs (2)
91
((TestServiceProvider)builder.ServiceProvider).
TestDocumentService
= documentService;
134
((TestServiceProvider)builder.ServiceProvider).
TestDocumentService
= documentService;
2 references to TestDocumentService
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiDocumentServiceTestsBase.cs (2)
291
return
TestDocumentService
;
309
return
TestDocumentService
;