C# Class StoryTeller.Engine.NulloExecutionLogger

Inheritance: IExecutionLogger
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
LineComplete ( ISpecContext context, ILineExecution line ) : void
Starting ( IList all ) : void

Method Details

LineComplete() public method

public LineComplete ( ISpecContext context, ILineExecution line ) : void
context ISpecContext
line ILineExecution
return void

Starting() public method

public Starting ( IList all ) : void
all IList
return void