C# 클래스 StoryTeller.Engine.BatchWatcher

파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
BatchWatcher ( IEnumerable specs ) : System.Collections.Generic
IsCompleted ( ) : bool
SpecHandled ( SpecificationPlan plan, SpecResults specResults ) : void

비공개 메소드들

메소드 설명
CompleteCheck ( ) : void

메소드 상세

BatchWatcher() 공개 메소드

public BatchWatcher ( IEnumerable specs ) : System.Collections.Generic
specs IEnumerable
리턴 System.Collections.Generic

IsCompleted() 공개 메소드

public IsCompleted ( ) : bool
리턴 bool

SpecHandled() 공개 메소드

public SpecHandled ( SpecificationPlan plan, SpecResults specResults ) : void
plan StoryTeller.Grammars.SpecificationPlan
specResults SpecResults
리턴 void