Binboo.Core.Tests.Tests.Commands.CommandPipingTestCase.AssertPiping C# (CSharp) Method

AssertPiping() private method

private AssertPiping ( string commandLine, Func argumentChecker ) : void
commandLine string
argumentChecker Func
return void
        private void AssertPiping(string commandLine, Func<string, ArgumentRecorder, bool> argumentChecker, params Expression<Func<int, ParamValidator>> []validators)
        {
            SendCommandAndCollectResult(commandLine, validators, argumentChecker);
        }