C# Class StoryTeller.Grammars.Importing.ImportedExecutionStep

Inheritance: IExecutionStep
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
ImportedExecutionStep ( Fixture innerFixture, IExecutionStep inner ) : StoryTeller.Engine

Method Details

AcceptVisitor() public method

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

Count() public method

public Count ( ) : int
return int

ImportedExecutionStep() public method

public ImportedExecutionStep ( Fixture innerFixture, IExecutionStep inner ) : StoryTeller.Engine
innerFixture Fixture
inner IExecutionStep
return StoryTeller.Engine