C# 클래스 StoryTeller.Engine.SpecExecutionRequest

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

공개 메소드들

메소드 설명
Cancel ( ) : void
CreatePlan ( FixtureLibrary library ) : void
Equals ( object obj ) : bool
For ( Specification spec ) : SpecExecutionRequest
GetHashCode ( ) : int
SpecExecutionFinished ( SpecResults results ) : void
SpecExecutionRequest ( Specification specification, IResultObserver observer ) : System
StartNewTimings ( ) : StoryTeller.Engine.Timings
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( SpecExecutionRequest other ) : bool

비공개 메소드들

메소드 설명
performAction ( System.Action action ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

CreatePlan() 공개 메소드

public CreatePlan ( FixtureLibrary library ) : void
library StoryTeller.Model.FixtureLibrary
리턴 void

Equals() 보호된 메소드

protected Equals ( SpecExecutionRequest other ) : bool
other SpecExecutionRequest
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

For() 공개 정적인 메소드

public static For ( Specification spec ) : SpecExecutionRequest
spec StoryTeller.Model.Specification
리턴 SpecExecutionRequest

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SpecExecutionFinished() 공개 메소드

public SpecExecutionFinished ( SpecResults results ) : void
results SpecResults
리턴 void

SpecExecutionRequest() 공개 메소드

public SpecExecutionRequest ( Specification specification, IResultObserver observer ) : System
specification StoryTeller.Model.Specification
observer IResultObserver
리턴 System

StartNewTimings() 공개 메소드

public StartNewTimings ( ) : StoryTeller.Engine.Timings
리턴 StoryTeller.Engine.Timings

ToString() 공개 메소드

public ToString ( ) : string
리턴 string