C# Class StoryTeller.Engine.SpecExecutionRequest

Mostra file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Equals ( SpecExecutionRequest other ) : bool

Private Methods

Method Description
performAction ( System.Action action ) : void

Method Details

Cancel() public method

public Cancel ( ) : void
return void

CreatePlan() public method

public CreatePlan ( FixtureLibrary library ) : void
library StoryTeller.Model.FixtureLibrary
return void

Equals() protected method

protected Equals ( SpecExecutionRequest other ) : bool
other SpecExecutionRequest
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

For() public static method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

SpecExecutionFinished() public method

public SpecExecutionFinished ( SpecResults results ) : void
results SpecResults
return void

SpecExecutionRequest() public method

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

StartNewTimings() public method

public StartNewTimings ( ) : StoryTeller.Engine.Timings
return StoryTeller.Engine.Timings

ToString() public method

public ToString ( ) : string
return string