4 instantiations of TestExtensionInteractionService
Aspire.Cli.Tests (4)
Commands\ConfigCommandTests.cs (1)
28
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
Commands\RunCommandTests.cs (2)
450
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
513
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
DotNet\DotNetCliRunnerTests.cs (1)
521
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp)