C# 클래스 StoryTeller.Grammars.Importing.ImportedExecutionStep

상속: IExecutionStep
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
AcceptVisitor ( ILineStepGatherer gatherer ) : void
Count ( ) : int
ImportedExecutionStep ( Fixture innerFixture, IExecutionStep inner ) : StoryTeller.Engine

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
리턴 void

Count() 공개 메소드

public Count ( ) : int
리턴 int

ImportedExecutionStep() 공개 메소드

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