9 instantiations of TestApiDocsCache
Aspire.Cli.Tests (9)
Mcp\ApiDocs\ApiDocsIndexServiceTests.cs (9)
176
var service = new ApiDocsIndexService(fetcher, new
TestApiDocsCache
(), new ConfigurationBuilder().Build(), NullLogger<ApiDocsIndexService>.Instance);
270
var service = new ApiDocsIndexService(fetcher, new
TestApiDocsCache
(), configuration, NullLogger<ApiDocsIndexService>.Instance);
312
var service = new ApiDocsIndexService(fetcher, new
TestApiDocsCache
(), configuration, NullLogger<ApiDocsIndexService>.Instance);
347
var service = new ApiDocsIndexService(fetcher, new
TestApiDocsCache
(), configuration, NullLogger<ApiDocsIndexService>.Instance);
363
var cache = new
TestApiDocsCache
();
398
var cache = new
TestApiDocsCache
();
478
return new ApiDocsIndexService(fetcher, new
TestApiDocsCache
(), configuration ?? new ConfigurationBuilder().Build(), NullLogger<ApiDocsIndexService>.Instance);
523
return new ApiDocsIndexService(fetcher, new
TestApiDocsCache
(), new ConfigurationBuilder().Build(), NullLogger<ApiDocsIndexService>.Instance);
579
return new ApiDocsIndexService(fetcher, new
TestApiDocsCache
(), new ConfigurationBuilder().Build(), NullLogger<ApiDocsIndexService>.Instance);
2 references to TestApiDocsCache
Aspire.Cli.Tests (2)
Mcp\ApiDocs\ApiDocsIndexServiceTests.cs (2)
363
var
cache = new TestApiDocsCache();
398
var
cache = new TestApiDocsCache();