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

Inheritance: IPlugin
Show file Open project: adrianoc/binboo

Public Properties

Property Type Description
ArgumentRecorder Binboo.Core.Tests.Tests.Support.ArgumentRecorder
ValidatorExpressions ParamValidator>>[].Expression

Public Methods

Method Description
ExecuteCommand ( string commandName, IContext context ) : ICommandResult
Initialize ( ) : void

Method Details

ExecuteCommand() public method

public ExecuteCommand ( string commandName, IContext context ) : ICommandResult
commandName string
context IContext
return ICommandResult

Initialize() public method

public Initialize ( ) : void
return void

Property Details

ArgumentRecorder public static property

public static ArgumentRecorder,Binboo.Core.Tests.Tests.Support ArgumentRecorder
return Binboo.Core.Tests.Tests.Support.ArgumentRecorder

ValidatorExpressions public static property

public static Expression>[] ValidatorExpressions
return ParamValidator>>[].Expression