2 references to FakeInstallationDiscovery
Aspire.Cli.Tests (2)
Commands\DoctorCommandTests.cs (1)
1066services.AddSingleton<IInstallationDiscovery>(_ => new FakeInstallationDiscovery(self, others, discoverAllException));
Commands\InstallationInfoOutputTests.cs (1)
25var discovery = new FakeInstallationDiscovery(self)