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