3 references to WaitUntilOutputContains
dotnet-watch.Tests (3)
HotReload\ApplyDeltaTests.cs (3)
742
await App.
WaitUntilOutputContains
(new Regex(@"dotnet watch 🕵️ \[.*\] Windows Ctrl\+C handling enabled."));
1204
await App.
WaitUntilOutputContains
(new Regex(@"dotnet watch ⌚ \[WatchAspire.ApiService \(net.*\)\] Process id [0-9]+ ran for [0-9]+ms and exited with exit code 0"));
1205
await App.
WaitUntilOutputContains
(new Regex(@"dotnet watch ⌚ \[WatchAspire.AppHost \(net.*\)\] Process id [0-9]+ ran for [0-9]+ms and exited with exit code 0"));