18 references to TestHelpers
Aspire.Cli.Tests (18)
Interaction\ConsoleInteractionServiceTests.cs (13)
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()); 231var hostEnvironment = TestHelpers.CreateNonInteractiveHostEnvironment(); 245var hostEnvironment = TestHelpers.CreateNonInteractiveHostEnvironment(); 260var hostEnvironment = TestHelpers.CreateNonInteractiveHostEnvironment(); 275var hostEnvironment = TestHelpers.CreateNonInteractiveHostEnvironment();
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());