C# Class Binboo.Core.Tests.Framework.ArgumentCollectingTestCaseBase

Show file Open project: adrianoc/binboo

Protected Methods

Method Description
SendCommandAndCollectResult ( string commandLine, ParamValidator>.Expression validatorExpressions, Func argumentChecker ) : void

Private Methods

Method Description
Setup ( ) : void
TearDown ( ) : void

Method Details

SendCommandAndCollectResult() protected method

protected SendCommandAndCollectResult ( string commandLine, ParamValidator>.Expression validatorExpressions, Func argumentChecker ) : void
commandLine string
validatorExpressions ParamValidator>.Expression
argumentChecker Func
return void