C# Class StoryTeller.AggregateLineExecution

Inheritance: ILineExecution
Exibir arquivo Open project: storyteller/Storyteller

Public Methods

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

Method Details

AcceptVisitor() public method

public AcceptVisitor ( ILineStepGatherer gatherer ) : void
gatherer ILineStepGatherer
return void

AggregateLineExecution() public method

public AggregateLineExecution ( IEnumerable lines ) : System
lines IEnumerable
return System

Count() public method

public Count ( ) : int
return int

Execute() public method

public Execute ( SpecContext context ) : void
context SpecContext
return void