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