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