C# 클래스 StoryTeller.AggregateLineExecution

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

공개 메소드들

메소드 설명
AcceptVisitor ( ILineStepGatherer gatherer ) : void
AggregateLineExecution ( IEnumerable lines ) : System
Count ( ) : int
Execute ( SpecContext context ) : void

메소드 상세

AcceptVisitor() 공개 메소드

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

AggregateLineExecution() 공개 메소드

public AggregateLineExecution ( IEnumerable lines ) : System
lines IEnumerable
리턴 System

Count() 공개 메소드

public Count ( ) : int
리턴 int

Execute() 공개 메소드

public Execute ( SpecContext context ) : void
context SpecContext
리턴 void