2 references to GetExpectOutput
dotnet.Tests (2)
CommandTests\Run\GivenDotnetRootEnv.cs (2)
23
string expectOutput =
GetExpectOutput
(expectDotnetRoot, targetFramework);
65
.And.HaveStdOutContaining(
GetExpectOutput
(expectDotnetRoot));