12 references to AppHostStoppedSuccessfully
Aspire.Cli.EndToEnd.Tests (12)
DescribeCommandTests.cs (2)
78
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
197
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
LogsCommandTests.cs (1)
86
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
PsCommandTests.cs (1)
72
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
StartStopTests.cs (3)
56
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
149
s.ContainsText(SharedCommandStrings.AppHostNotRunning) || s.ContainsText(StopCommandStrings.
AppHostStoppedSuccessfully
),
214
s.ContainsText(SharedCommandStrings.AppHostNotRunning) || s.ContainsText(StopCommandStrings.
AppHostStoppedSuccessfully
),
StopNonInteractiveTests.cs (4)
56
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
123
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
195
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
276
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));
WaitCommandTests.cs (1)
65
await auto.WaitUntilTextAsync(StopCommandStrings.
AppHostStoppedSuccessfully
, timeout: TimeSpan.FromMinutes(1));