8 references to DisplayedCancellations
Aspire.Cli.Tests (8)
Commands\BaseCommandTests.cs (4)
323var cancellation = Assert.Single(testInteractionService.DisplayedCancellations); 357var cancellation = Assert.Single(testInteractionService.DisplayedCancellations); 469Assert.Single(testInteractionService.DisplayedCancellations); 507Assert.Single(testInteractionService.DisplayedCancellations);
Commands\DashboardRunCommandTests.cs (1)
485var stoppingMessage = Assert.Single(testInteractionService.DisplayedCancellations);
Commands\LsCommandTests.cs (1)
694Assert.Single(interactionService.DisplayedCancellations);
Commands\RunCommandTests.cs (1)
2496Assert.Single(testInteractionService.DisplayedCancellations);
TestServices\TestInteractionService.cs (1)
281DisplayedCancellations.Add((message, consoleOverride));