C# Class StoryTeller.Engine.UserInterface.InstrumentedLogger

Inheritance: IExecutionLogger
Exibir arquivo Open project: storyteller/Storyteller

Public Methods

Method Description
InstrumentedLogger ( IUserInterfaceObserver observer ) : System.Collections.Generic
LineComplete ( ISpecContext context, ILineExecution line ) : void
Starting ( IList all ) : void

Method Details

InstrumentedLogger() public method

public InstrumentedLogger ( IUserInterfaceObserver observer ) : System.Collections.Generic
observer IUserInterfaceObserver
return System.Collections.Generic

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