C# Class StoryTeller.Engine.SpecExecutionRequest

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Equals ( SpecExecutionRequest other ) : bool

Private Methods

Méthode Description
performAction ( System.Action action ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

CreatePlan() public méthode

public CreatePlan ( FixtureLibrary library ) : void
library StoryTeller.Model.FixtureLibrary
Résultat void

Equals() protected méthode

protected Equals ( SpecExecutionRequest other ) : bool
other SpecExecutionRequest
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

For() public static méthode

public static For ( Specification spec ) : SpecExecutionRequest
spec StoryTeller.Model.Specification
Résultat SpecExecutionRequest

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SpecExecutionFinished() public méthode

public SpecExecutionFinished ( SpecResults results ) : void
results SpecResults
Résultat void

SpecExecutionRequest() public méthode

public SpecExecutionRequest ( Specification specification, IResultObserver observer ) : System
specification StoryTeller.Model.Specification
observer IResultObserver
Résultat System

StartNewTimings() public méthode

public StartNewTimings ( ) : StoryTeller.Engine.Timings
Résultat StoryTeller.Engine.Timings

ToString() public méthode

public ToString ( ) : string
Résultat string