3 references to Capture
Microsoft.DotNet.Cli.Utils.Tests (3)
StreamForwarderTests.cs (3)
68
TestCapturingAndForwardingHelper(ForwardOptions.
Capture
, inputStr, expectedCaptured, new string[0]);
82
TestCapturingAndForwardingHelper(ForwardOptions.WriteLine | ForwardOptions.
Capture
, inputStr, expectedCaptured, expectedWrites);
101
if ((options & ForwardOptions.
Capture
) != 0)