C# Class StoryTeller.Engine.BatchWatcher

Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
BatchWatcher ( IEnumerable specs ) : System.Collections.Generic
IsCompleted ( ) : bool
SpecHandled ( SpecificationPlan plan, SpecResults specResults ) : void

Private Methods

Method Description
CompleteCheck ( ) : void

Method Details

BatchWatcher() public method

public BatchWatcher ( IEnumerable specs ) : System.Collections.Generic
specs IEnumerable
return System.Collections.Generic

IsCompleted() public method

public IsCompleted ( ) : bool
return bool

SpecHandled() public method

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