14 references to ShownStatuses
Aspire.Cli.Tests (14)
CliBootstrapTests.cs (2)
237Assert.Collection(testInteractionService.ShownStatuses, status => Assert.Equal(expectedStatus, status)); 257Assert.Empty(testInteractionService.ShownStatuses);
Commands\DashboardRunCommandTests.cs (2)
168Assert.Equal([DashboardCommandStrings.StartingDashboard], testInteractionService.ShownStatuses); 206testInteractionService.ShownStatuses);
Commands\PsCommandTests.cs (1)
519Assert.Empty(interactionService.ShownStatuses);
Commands\RunCommandTests.cs (2)
1338Assert.Contains(RunCommandStrings.AppHostConnectionLostWaitingForExit, interactionService.ShownStatuses); 1405Assert.DoesNotContain(RunCommandStrings.AppHostConnectionLostWaitingForExit, interactionService.ShownStatuses);
Commands\WaitCommandTests.cs (5)
173interactionService.ShownStatuses); 215interactionService.ShownStatuses); 283interactionService.ShownStatuses); 351interactionService.ShownStatuses); 393interactionService.ShownStatuses);
TestServices\TestInteractionService.cs (2)
81ShownStatuses.Add(statusText); 111ShownStatuses.Add(statusText);