13 references to StopCommandStrings
Aspire.Cli.EndToEnd.Tests (13)
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));
src\Aspire.Cli\Resources\StopCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.StopCommandStrings", typeof(
StopCommandStrings
).Assembly);
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));