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