14 references to CreateInteractiveHostEnvironment
Aspire.Cli.Tests (14)
Interaction\ConsoleInteractionServiceTests.cs (9)
18var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 31var interactionService = new ConsoleInteractionService(AnsiConsole.Console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 52var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 77var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 102var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 133var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 160var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 185var interactionService = new ConsoleInteractionService(console, executionContext, TestHelpers.CreateInteractiveHostEnvironment()); 212var 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());