Binboo.Core.Tests.Tests.Commands.CommandPipingTestCase.AssertPiping C# (CSharp) Метод

AssertPiping() приватный Метод

private AssertPiping ( string commandLine, Func argumentChecker ) : void
commandLine string
argumentChecker Func
Результат void
        private void AssertPiping(string commandLine, Func<string, ArgumentRecorder, bool> argumentChecker, params Expression<Func<int, ParamValidator>> []validators)
        {
            SendCommandAndCollectResult(commandLine, validators, argumentChecker);
        }