C# Class StoryTeller.Engine.UserInterface.InstrumentedLogger

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

Méthodes publiques

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

Method Details

InstrumentedLogger() public méthode

public InstrumentedLogger ( IUserInterfaceObserver observer ) : System.Collections.Generic
observer IUserInterfaceObserver
Résultat System.Collections.Generic

LineComplete() public méthode

public LineComplete ( ISpecContext context, ILineExecution line ) : void
context ISpecContext
line ILineExecution
Résultat void

Starting() public méthode

public Starting ( IList all ) : void
all IList
Résultat void