18 references to TestHelpers
Aspire.Cli.Tests (18)
Interaction\ConsoleInteractionServiceTests.cs (13)
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()); 230var hostEnvironment = TestHelpers.CreateNonInteractiveHostEnvironment(); 244var hostEnvironment = TestHelpers.CreateNonInteractiveHostEnvironment(); 259var hostEnvironment = TestHelpers.CreateNonInteractiveHostEnvironment(); 274var 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());