19 references to AppHostStartedSuccessfully
Aspire.Cli.EndToEnd.Tests (19)
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 (1)
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));
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));