28 references to RunCommandStrings
Aspire.Cli.EndToEnd.Tests (28)
AppHostSyntaxErrorOutputTests.cs (7)
198
RunCommandStrings
.RecentAppHostStartupOutput
220
RunCommandStrings
.FailedToStartAppHost,
221
RunCommandStrings
.RecentAppHostStartupOutput,
224
RunCommandStrings
.AppHostFailedToBuild
235
RunCommandStrings
.RecentAppHostStartupOutput,
242
RunCommandStrings
.FailedToStartAppHost,
243
RunCommandStrings
.RecentAppHostStartupOutput,
DescribeCommandTests.cs (2)
46
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
143
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
JavaPolyglotApphostDirectoryTests.cs (1)
92
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
LogsCommandTests.cs (1)
45
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
ProjectReferenceTests.cs (2)
147
if (s.ContainsText(
RunCommandStrings
.AppHostFailedToBuild))
152
return s.ContainsText(
RunCommandStrings
.AppHostStartedSuccessfully);
PsCommandTests.cs (1)
51
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
ResourceCommandTests.cs (4)
58
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
188
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
270
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
370
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);
StopNonInteractiveTests.cs (7)
47
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
103
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
112
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
163
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
172
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
228
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
237
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
TypeScriptPolyglotApphostDirectoryTests.cs (1)
98
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));
WaitCommandTests.cs (1)
49
await auto.WaitUntilTextAsync(
RunCommandStrings
.AppHostStartedSuccessfully, timeout: TimeSpan.FromMinutes(3));