4 references to TestCapturingAndForwardingHelper
Microsoft.DotNet.Cli.Utils.Tests (4)
StreamForwarderTests.cs (4)
42TestCapturingAndForwardingHelper(ForwardOptions.None, inputStr, null, new string[0]); 54TestCapturingAndForwardingHelper(ForwardOptions.WriteLine, inputStr, null, expectedWrites); 68TestCapturingAndForwardingHelper(ForwardOptions.Capture, inputStr, expectedCaptured, new string[0]); 82TestCapturingAndForwardingHelper(ForwardOptions.WriteLine | ForwardOptions.Capture, inputStr, expectedCaptured, expectedWrites);