14 references to CreateInteractiveHostEnvironment
Aspire.Cli.Tests (14)
Interaction\ConsoleInteractionServiceTests.cs (9)
17var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 30var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 51var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 76var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 101var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 132var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 159var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 184var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 211var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment());
Interaction\SpectreConsoleLoggerProviderTests.cs (5)
33return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment()); 66return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment()); 104return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment()); 147return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment()); 187return new ConsoleInteractionService(ansiConsole, context, TestHelpers.CreateInteractiveHostEnvironment());