C# Class StoryTeller.AggregateLineExecution

Inheritance: ILineExecution
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

Méthode Description
AcceptVisitor ( ILineStepGatherer gatherer ) : void
AggregateLineExecution ( IEnumerable lines ) : System
Count ( ) : int
Execute ( SpecContext context ) : void

Method Details

AcceptVisitor() public méthode

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
Résultat void

AggregateLineExecution() public méthode

public AggregateLineExecution ( IEnumerable lines ) : System
lines IEnumerable
Résultat System

Count() public méthode

public Count ( ) : int
Résultat int

Execute() public méthode

public Execute ( SpecContext context ) : void
context SpecContext
Résultat void