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