2 instantiations of FakeDetectingDetector
Aspire.Cli.Tests (2)
Commands\AgentInitCommandTests.cs (2)
940
options.AgentEnvironmentDetectorFactory = _ => new
FakeDetectingDetector
(client);
973
options.AgentEnvironmentDetectorFactory = _ => new
FakeDetectingDetector
(AgentClientKind.CopilotCli);