5 instantiations of TestAgentEnvironmentDetector
Aspire.Cli.Tests (5)
Commands\AgentInitCommandTests.cs (3)
751options.AgentEnvironmentDetectorFactory = _ => new TestAgentEnvironmentDetector(mcpApplicator); 779options.AgentEnvironmentDetectorFactory = _ => new TestAgentEnvironmentDetector(mcpApplicator); 807options.AgentEnvironmentDetectorFactory = _ => new TestAgentEnvironmentDetector(mcpApplicator);
Commands\InitCommandTests.cs (1)
692options.AgentEnvironmentDetectorFactory = _ => new TestAgentEnvironmentDetector(mcpApplicator);
Commands\NewCommandTests.cs (1)
3254options.AgentEnvironmentDetectorFactory = _ => new TestAgentEnvironmentDetector(mcpApplicator);