C# Class StoryTeller.Grammars.SpecificationPlan

Inheritance: ICompositeExecution
ファイルを表示 Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
SpecificationPlan ( IEnumerable steps ) : System.Collections.Generic

Method Details

AcceptVisitor() public method

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

Count() public method

public Count ( ) : int
return int

SpecificationPlan() public method

public SpecificationPlan ( IEnumerable steps ) : System.Collections.Generic
steps IEnumerable
return System.Collections.Generic