C# Class StoryTeller.Grammars.LineStepBase

Inheritance: ILineExecution
显示文件 Open project: storyteller/Storyteller

Public Methods

Method Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
Execute ( SpecContext context ) : void

Protected Methods

Method Description
LineStepBase ( StepValues values ) : System
execute ( ISpecContext context ) : StepResult

Method Details

AcceptVisitor() public method

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
return void

Count() public method

public Count ( ) : int
return int

Execute() public method

public Execute ( SpecContext context ) : void
context SpecContext
return void

LineStepBase() protected method

protected LineStepBase ( StepValues values ) : System
values StoryTeller.Conversion.StepValues
return System

execute() protected abstract method

protected abstract execute ( ISpecContext context ) : StepResult
context ISpecContext
return StoryTeller.Results.StepResult