18 references to RunCommandStrings
Aspire.Cli.EndToEnd.Tests (18)
DescribeCommandTests.cs (2)
48
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
146
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
LogsCommandTests.cs (1)
48
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
ProjectReferenceTests.cs (2)
150
if (s.ContainsText(
RunCommandStrings
.AppHostFailedToBuild))
155
return s.ContainsText(
RunCommandStrings
.AppHostStartedSuccessfully);
PsCommandTests.cs (1)
54
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
src\Aspire.Cli\Resources\RunCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.RunCommandStrings", typeof(
RunCommandStrings
).Assembly);
StartStopTests.cs (3)
50
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
132
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
192
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
StopNonInteractiveTests.cs (7)
47
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
105
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
114
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
172
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
181
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
244
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
253
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
WaitCommandTests.cs (1)
52
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));