C# Class StoryTeller.Grammars.Importing.ImportedExecutionStep

Inheritance: IExecutionStep
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

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

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

ImportedExecutionStep() public méthode

public ImportedExecutionStep ( Fixture innerFixture, IExecutionStep inner ) : StoryTeller.Engine
innerFixture Fixture
inner IExecutionStep
Résultat StoryTeller.Engine