C# Class Concordion.Internal.Commands.AssertTrueCommand

Inheritance: BooleanCommand
Show file Open project: concordion/concordion-net Class Usage Examples

Protected Methods

Method Description
ProcessFalseResult ( CommandCall commandCall, IResultRecorder resultRecorder ) : void
ProcessTrueResult ( CommandCall commandCall, IResultRecorder resultRecorder ) : void

Method Details

ProcessFalseResult() protected method

protected ProcessFalseResult ( CommandCall commandCall, IResultRecorder resultRecorder ) : void
commandCall CommandCall
resultRecorder IResultRecorder
return void

ProcessTrueResult() protected method

protected ProcessTrueResult ( CommandCall commandCall, IResultRecorder resultRecorder ) : void
commandCall CommandCall
resultRecorder IResultRecorder
return void