C# Class Binboo.Core.Tests.Tests.Support.ArgumentRecorder

Show file Open project: adrianoc/binboo Class Usage Examples

Public Methods

Method Description
Arguments ( ) : IDictionary>
ArgumentsFor ( string command ) : IEnumerable
HandlerFor ( string command ) : Func,ICommandResult>
NewInstance ( ) : ArgumentRecorder
ToString ( ) : string

Private Methods

Method Description
ArgumentRecorder ( ) : System

Method Details

Arguments() public method

public Arguments ( ) : IDictionary>
return IDictionary>

ArgumentsFor() public method

public ArgumentsFor ( string command ) : IEnumerable
command string
return IEnumerable

HandlerFor() public method

public HandlerFor ( string command ) : Func,ICommandResult>
command string
return Func,ICommandResult>

NewInstance() public static method

public static NewInstance ( ) : ArgumentRecorder
return ArgumentRecorder

ToString() public method

public ToString ( ) : string
return string