2 instantiations of TestProcessPathProvider
Aspire.Cli.Tests (2)
Commands\UpdateCommandTests.cs (1)
3490
options.ProcessPathProviderFactory = _ => new
TestProcessPathProvider
(processPath);
Utils\CliUpdateNotificationServiceTests.cs (1)
447
options.ProcessPathProviderFactory = _ => new
TestProcessPathProvider
(processPath);