16 references to AppHostStartedSuccessfully
Aspire.Cli.EndToEnd.Tests (16)
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 (1)
155
return s.ContainsText(RunCommandStrings.
AppHostStartedSuccessfully
);
PsCommandTests.cs (1)
54
await auto.WaitUntilTextAsync(RunCommandStrings.
AppHostStartedSuccessfully
, timeout: TimeSpan.FromMinutes(3));
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));