11 references to TestDocsIndexService
Aspire.Cli.Tests (11)
Commands\AgentMcpCommandTests.cs (1)
40options.DocsIndexServiceFactory = _ => new TestDocsIndexService();
Commands\DocsCommandTests.cs (10)
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(); 195options.DocsIndexServiceFactory = _ => new TestDocsIndexService(new Dictionary<string, DocsContent> 241options.DocsIndexServiceFactory = _ => new TestDocsIndexService();