37 instantiations of TestExtensionInteractionService
Aspire.Cli.Tests (37)
Commands\ConfigCommandTests.cs (1)
80
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
Commands\DeployCommandTests.cs (2)
48
var interactionService = new
TestExtensionInteractionService
(sp);
110
var interactionService = new
TestExtensionInteractionService
(sp);
Commands\DoCommandTests.cs (1)
45
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp)
Commands\NewCommandTests.cs (8)
2594
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
2653
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
2773
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
2841
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
2898
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
3044
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp)
3116
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp)
3180
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
Commands\RootCommandTests.cs (1)
286
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
Commands\RunCommandTests.cs (18)
2103
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp)
2550
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
2620
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
2691
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
2753
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
3800
var interactionService = new
TestExtensionInteractionService
(services)
3845
var interactionService = new
TestExtensionInteractionService
(services)
3900
var interactionService = new
TestExtensionInteractionService
(services)
3944
var interactionService = new
TestExtensionInteractionService
(services)
3987
var interactionService = new
TestExtensionInteractionService
(services)
4024
var interactionService = new
TestExtensionInteractionService
(services)
4085
var interactionService = new
TestExtensionInteractionService
(services)
4128
var interactionService = new
TestExtensionInteractionService
(services)
4170
var interactionService = new
TestExtensionInteractionService
(services);
4209
var interactionService = new
TestExtensionInteractionService
(services)
4330
var service = new
TestExtensionInteractionService
(sp);
4525
var service = new
TestExtensionInteractionService
(sp);
4599
var service = new
TestExtensionInteractionService
(sp);
Commands\StartCommandTests.cs (2)
48
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
462
var service = new
TestExtensionInteractionService
(sp);
DotNet\DotNetCliRunnerTests.cs (2)
993
testExtensionInteractionService = new
TestExtensionInteractionService
(sp)
1048
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
Projects\DotNetAppHostProjectTests.cs (1)
1620
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
Utils\CliTestHelper.cs (1)
70
testOptions.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp)
17 references to TestExtensionInteractionService
Aspire.Cli.Tests (17)
Commands\DeployCommandTests.cs (2)
48
var
interactionService = new TestExtensionInteractionService(sp);
110
var
interactionService = new TestExtensionInteractionService(sp);
Commands\RunCommandTests.cs (13)
3800
var
interactionService = new TestExtensionInteractionService(services)
3845
var
interactionService = new TestExtensionInteractionService(services)
3900
var
interactionService = new TestExtensionInteractionService(services)
3944
var
interactionService = new TestExtensionInteractionService(services)
3987
var
interactionService = new TestExtensionInteractionService(services)
4024
var
interactionService = new TestExtensionInteractionService(services)
4085
var
interactionService = new TestExtensionInteractionService(services)
4128
var
interactionService = new TestExtensionInteractionService(services)
4170
var
interactionService = new TestExtensionInteractionService(services);
4209
var
interactionService = new TestExtensionInteractionService(services)
4330
var
service = new TestExtensionInteractionService(sp);
4525
var
service = new TestExtensionInteractionService(sp);
4599
var
service = new TestExtensionInteractionService(sp);
Commands\StartCommandTests.cs (1)
462
var
service = new TestExtensionInteractionService(sp);
DotNet\DotNetCliRunnerTests.cs (1)
988
TestExtensionInteractionService
? testExtensionInteractionService = null;