5 references to WaitForOutputLineContaining
dotnet-watch.Tests (5)
Browser\BrowserLaunchTests.cs (1)
24
await App.
WaitForOutputLineContaining
("Content root path:");
HotReload\ApplyDeltaTests.cs (4)
666
await App.
WaitForOutputLineContaining
("<Updated>");
706
await App.
WaitForOutputLineContaining
("<Updated>");
748
await App.
WaitForOutputLineContaining
("Ctrl+C detected! Performing cleanup...");
1165
await App.
WaitForOutputLineContaining
(" ❔ Do you want to restart these projects? Yes (y) / No (n) / Always (a) / Never (v)");