5 references to AssertOutputLineEquals
dotnet-watch.Tests (5)
CommandLine\LaunchSettingsTests.cs (2)
121await App.AssertOutputLineEquals("Environment: Development"); 138await App.AssertOutputLineEquals("Environment: Development");
CommandLine\ProgramTests.cs (2)
228await App.AssertOutputLineEquals("The following Tests are available:"); 229await App.AssertOutputLineEquals(" TestNamespace.VSTestXunitTests.VSTestXunitFailTestNetCoreApp");
TestUtilities\WatchableApp.cs (1)
139=> AssertOutputLineEquals(StartedMessage);