42 instantiations of TestExtensionInteractionService
Aspire.Cli.Tests (42)
Commands\BaseCommandTests.cs (2)
312
options.InteractionServiceFactory = serviceProvider => new
TestExtensionInteractionService
(serviceProvider)
357
options.InteractionServiceFactory = serviceProvider => new
TestExtensionInteractionService
(serviceProvider);
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)
2783
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp)
3230
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
3300
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
3371
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
3433
var extensionInteractionServiceFactory = (IServiceProvider sp) => new
TestExtensionInteractionService
(sp);
4480
var interactionService = new
TestExtensionInteractionService
(services)
4525
var interactionService = new
TestExtensionInteractionService
(services)
4580
var interactionService = new
TestExtensionInteractionService
(services)
4624
var interactionService = new
TestExtensionInteractionService
(services)
4667
var interactionService = new
TestExtensionInteractionService
(services)
4704
var interactionService = new
TestExtensionInteractionService
(services)
4765
var interactionService = new
TestExtensionInteractionService
(services)
4808
var interactionService = new
TestExtensionInteractionService
(services)
4850
var interactionService = new
TestExtensionInteractionService
(services);
4889
var interactionService = new
TestExtensionInteractionService
(services)
5010
var service = new
TestExtensionInteractionService
(sp);
5205
var service = new
TestExtensionInteractionService
(sp);
5279
var service = new
TestExtensionInteractionService
(sp);
Commands\StartCommandTests.cs (2)
49
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
463
var service = new
TestExtensionInteractionService
(sp);
DotNet\DotNetCliRunnerTests.cs (2)
1027
testExtensionInteractionService = new
TestExtensionInteractionService
(sp)
1098
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
Projects\DotNetAppHostProjectTests.cs (3)
1638
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
2260
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
2309
options.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp);
Projects\GuestAppHostProjectTests.cs (1)
1197
var interactionService = new
TestExtensionInteractionService
(extensionServices)
Utils\CliTestHelper.cs (1)
70
testOptions.InteractionServiceFactory = sp => new
TestExtensionInteractionService
(sp)
22 references to TestExtensionInteractionService
Aspire.Cli.Tests (22)
Commands\BaseCommandTests.cs (4)
330
var
interactionService = Assert.IsType<
TestExtensionInteractionService
>(provider.GetRequiredService<IInteractionService>());
363
var
interactionService = Assert.IsType<
TestExtensionInteractionService
>(provider.GetRequiredService<IInteractionService>());
Commands\DeployCommandTests.cs (2)
48
var
interactionService = new TestExtensionInteractionService(sp);
110
var
interactionService = new TestExtensionInteractionService(sp);
Commands\RunCommandTests.cs (13)
4480
var
interactionService = new TestExtensionInteractionService(services)
4525
var
interactionService = new TestExtensionInteractionService(services)
4580
var
interactionService = new TestExtensionInteractionService(services)
4624
var
interactionService = new TestExtensionInteractionService(services)
4667
var
interactionService = new TestExtensionInteractionService(services)
4704
var
interactionService = new TestExtensionInteractionService(services)
4765
var
interactionService = new TestExtensionInteractionService(services)
4808
var
interactionService = new TestExtensionInteractionService(services)
4850
var
interactionService = new TestExtensionInteractionService(services);
4889
var
interactionService = new TestExtensionInteractionService(services)
5010
var
service = new TestExtensionInteractionService(sp);
5205
var
service = new TestExtensionInteractionService(sp);
5279
var
service = new TestExtensionInteractionService(sp);
Commands\StartCommandTests.cs (1)
463
var
service = new TestExtensionInteractionService(sp);
DotNet\DotNetCliRunnerTests.cs (1)
1022
TestExtensionInteractionService
? testExtensionInteractionService = null;
Projects\GuestAppHostProjectTests.cs (1)
1197
var
interactionService = new TestExtensionInteractionService(extensionServices)