C# Class Tp.Testing.Common.NBehave.ColorfulConsoleOutputEventListener

Inheritance: IEventListener
Show file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
FeatureCreated ( string feature ) : void

Private Methods

Method Description
DoExamplesInScenario ( NBehave.Narrator.Framework.ScenarioExampleResult scenarioExampleResult ) : void
GetColorForResult ( Result result ) : ConsoleColor
IEventListener ( ) : void
IEventListener ( NBehave.Narrator.Framework.ScenarioResult scenarioResult ) : void
IEventListener ( string narrative ) : void
WriteColorString ( string text, ConsoleColor color ) : void
WriteFailure ( StringBuilder failureText, NBehave.Narrator.Framework.ScenarioResult failedActionStepResult, ActionStepResult actionStepResult ) : void

Method Details

FeatureCreated() public method

public FeatureCreated ( string feature ) : void
feature string
return void