10 instantiations of TestDocsIndexService
Aspire.Cli.Tests (10)
Commands\AgentMcpCommandTests.cs (1)
55options.DocsIndexServiceFactory = _ => new TestDocsIndexService();
Commands\DocsCommandTests.cs (9)
19options.DocsIndexServiceFactory = _ => new TestDocsIndexService(); 37options.DocsIndexServiceFactory = _ => new TestDocsIndexService(); 54options.DocsIndexServiceFactory = _ => new TestDocsIndexService(); 71options.DocsIndexServiceFactory = _ => new TestDocsIndexService(); 89options.DocsIndexServiceFactory = _ => new TestDocsIndexService(); 107options.DocsIndexServiceFactory = _ => new TestDocsIndexService(); 125options.DocsIndexServiceFactory = _ => new TestDocsIndexService(); 142options.DocsIndexServiceFactory = _ => new TestDocsIndexService(); 159options.DocsIndexServiceFactory = _ => new TestDocsIndexService();