C# Class Concordion.Spec.Concordion.Extension.Command.LogCommand

Inheritance: ICommand
Show file Open project: concordion/concordion-net

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
LogCommand ( TextWriter logWriter ) : System.IO
Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void

Method Details

Execute() public method

public Execute ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall Concordion.Internal.CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
return void

LogCommand() public method

public LogCommand ( TextWriter logWriter ) : System.IO
logWriter System.IO.TextWriter
return System.IO

Setup() public method

public Setup ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall Concordion.Internal.CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
return void

Verify() public method

public Verify ( CommandCall commandCall, IEvaluator evaluator, IResultRecorder resultRecorder ) : void
commandCall Concordion.Internal.CommandCall
evaluator IEvaluator
resultRecorder IResultRecorder
return void