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