Binboo.Core.Tests.Tests.Commands.CommandPipingTestCase.AssertPiping C# (CSharp) Méthode

AssertPiping() private méthode

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