63 instantiations of TestConsoleInteractionService
Aspire.Cli.Tests (63)
Commands\AddCommandTests.cs (6)
418
var testInteractionService = new
TestConsoleInteractionService
();
460
var testInteractionService = new
TestConsoleInteractionService
();
554
var mockInteraction = new
TestConsoleInteractionService
();
602
var mockInteraction = new
TestConsoleInteractionService
();
650
var mockInteraction = new
TestConsoleInteractionService
();
703
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
Commands\InitCommandTests.cs (1)
173
var interactionService = new
TestConsoleInteractionService
();
Commands\NewCommandTests.cs (1)
522
var testInteractionService = new
TestConsoleInteractionService
();
Commands\RunCommandTests.cs (2)
363
var interactionService = new
TestConsoleInteractionService
();
382
var testInteractionService = new
TestConsoleInteractionService
();
Commands\SdkInstallerTests.cs (6)
25
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
();
47
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
();
72
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
();
94
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
();
116
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
();
139
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
();
Commands\UpdateCommandTests.cs (13)
52
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
();
182
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
225
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
298
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
363
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
410
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
506
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
573
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
640
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
700
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
758
var wrappedService = new CancellationTrackingInteractionService(new
TestConsoleInteractionService
()
823
options.InteractionServiceFactory = _ => new
TestConsoleInteractionService
()
879
var wrappedService = new CancellationTrackingInteractionService(new
TestConsoleInteractionService
()
Projects\ProjectLocatorTests.cs (1)
970
interactionService ?? new
TestConsoleInteractionService
(),
Projects\ProjectUpdaterTests.cs (22)
103
var interactionService = new
TestConsoleInteractionService
();
220
var interactionService = new
TestConsoleInteractionService
();
359
var interactionService = new
TestConsoleInteractionService
();
512
var interactionService = new
TestConsoleInteractionService
();
650
var interactionService = new
TestConsoleInteractionService
();
755
var interactionService = new
TestConsoleInteractionService
();
857
var interactionService = new
TestConsoleInteractionService
();
1001
var interactionService = new
TestConsoleInteractionService
();
1124
var interactionService = new
TestConsoleInteractionService
();
1238
var interactionService = new
TestConsoleInteractionService
();
1348
var interactionService = new
TestConsoleInteractionService
();
1446
var interactionService = new
TestConsoleInteractionService
();
1548
var interactionService = new
TestConsoleInteractionService
();
1632
var interactionService = new
TestConsoleInteractionService
();
1714
var interactionService = new
TestConsoleInteractionService
();
1788
var interactionService = new
TestConsoleInteractionService
();
1871
var interactionService = new
TestConsoleInteractionService
();
1959
var interactionService = new
TestConsoleInteractionService
();
2041
var interactionService = new
TestConsoleInteractionService
();
2120
var interactionService = new
TestConsoleInteractionService
();
2211
var interactionService = new
TestConsoleInteractionService
();
2338
var interactionService = new
TestConsoleInteractionService
();
Utils\CliUpdateNotificationServiceTests.cs (4)
46
var interactionService = new
TestConsoleInteractionService
();
101
var interactionService = new
TestConsoleInteractionService
();
156
var interactionService = new
TestConsoleInteractionService
();
207
var interactionService = new
TestConsoleInteractionService
();
Utils\SdkInstallHelperTests.cs (7)
47
var interactionService = new
TestConsoleInteractionService
();
76
var interactionService = new
TestConsoleInteractionService
();
106
var interactionService = new
TestConsoleInteractionService
();
138
var interactionService = new
TestConsoleInteractionService
172
var interactionService = new
TestConsoleInteractionService
206
var interactionService = new
TestConsoleInteractionService
240
var interactionService = new
TestConsoleInteractionService
();
42 references to TestConsoleInteractionService
Aspire.Cli.Tests (42)
Commands\AddCommandTests.cs (5)
418
var
testInteractionService = new TestConsoleInteractionService();
460
var
testInteractionService = new TestConsoleInteractionService();
554
var
mockInteraction = new TestConsoleInteractionService();
602
var
mockInteraction = new TestConsoleInteractionService();
650
var
mockInteraction = new TestConsoleInteractionService();
Commands\InitCommandTests.cs (1)
173
var
interactionService = new TestConsoleInteractionService();
Commands\NewCommandTests.cs (1)
522
var
testInteractionService = new TestConsoleInteractionService();
Commands\RunCommandTests.cs (2)
363
var
interactionService = new TestConsoleInteractionService();
382
var
testInteractionService = new TestConsoleInteractionService();
Projects\ProjectUpdaterTests.cs (22)
103
var
interactionService = new TestConsoleInteractionService();
220
var
interactionService = new TestConsoleInteractionService();
359
var
interactionService = new TestConsoleInteractionService();
512
var
interactionService = new TestConsoleInteractionService();
650
var
interactionService = new TestConsoleInteractionService();
755
var
interactionService = new TestConsoleInteractionService();
857
var
interactionService = new TestConsoleInteractionService();
1001
var
interactionService = new TestConsoleInteractionService();
1124
var
interactionService = new TestConsoleInteractionService();
1238
var
interactionService = new TestConsoleInteractionService();
1348
var
interactionService = new TestConsoleInteractionService();
1446
var
interactionService = new TestConsoleInteractionService();
1548
var
interactionService = new TestConsoleInteractionService();
1632
var
interactionService = new TestConsoleInteractionService();
1714
var
interactionService = new TestConsoleInteractionService();
1788
var
interactionService = new TestConsoleInteractionService();
1871
var
interactionService = new TestConsoleInteractionService();
1959
var
interactionService = new TestConsoleInteractionService();
2041
var
interactionService = new TestConsoleInteractionService();
2120
var
interactionService = new TestConsoleInteractionService();
2211
var
interactionService = new TestConsoleInteractionService();
2338
var
interactionService = new TestConsoleInteractionService();
Utils\CliUpdateNotificationServiceTests.cs (4)
46
var
interactionService = new TestConsoleInteractionService();
101
var
interactionService = new TestConsoleInteractionService();
156
var
interactionService = new TestConsoleInteractionService();
207
var
interactionService = new TestConsoleInteractionService();
Utils\SdkInstallHelperTests.cs (7)
47
var
interactionService = new TestConsoleInteractionService();
76
var
interactionService = new TestConsoleInteractionService();
106
var
interactionService = new TestConsoleInteractionService();
138
var
interactionService = new TestConsoleInteractionService
172
var
interactionService = new TestConsoleInteractionService
206
var
interactionService = new TestConsoleInteractionService
240
var
interactionService = new TestConsoleInteractionService();