C# 클래스 StoryTeller.Engine.SpecificationEngine

상속: IDisposable, ISpecificationEngine
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
CancelRunningSpec ( string id ) : void
CurrentStepthrough ( ) : IStepthroughExecution
Dispose ( ) : void
Enqueue ( SpecExecutionRequest request ) : void
SpecificationEngine ( ISystem system, ISpecRunner runner, IExecutionObserver observer ) : System
Start ( StopConditions stopConditions ) : void

비공개 메소드들

메소드 설명
startTheConsumingQueues ( FixtureLibrary library ) : void

메소드 상세

CancelRunningSpec() 공개 메소드

public CancelRunningSpec ( string id ) : void
id string
리턴 void

CurrentStepthrough() 공개 메소드

public CurrentStepthrough ( ) : IStepthroughExecution
리턴 IStepthroughExecution

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enqueue() 공개 메소드

public Enqueue ( SpecExecutionRequest request ) : void
request SpecExecutionRequest
리턴 void

SpecificationEngine() 공개 메소드

public SpecificationEngine ( ISystem system, ISpecRunner runner, IExecutionObserver observer ) : System
system ISystem
runner ISpecRunner
observer IExecutionObserver
리턴 System

Start() 공개 메소드

public Start ( StopConditions stopConditions ) : void
stopConditions StopConditions
리턴 void