C# 클래스 Tp.Testing.Common.NBehave.FailSpecResultEventListener

상속: IEventListener
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
FeatureCreated ( string feature ) : void
FeatureNarrative ( string message ) : void
RunFinished ( ) : void
RunStarted ( ) : void
ScenarioCreated ( string scenarioTitle ) : void
ScenarioResult ( NBehave.Narrator.Framework.ScenarioResult result ) : void
ThemeFinished ( ) : void
ThemeStarted ( string name ) : void

메소드 상세

FeatureCreated() 공개 메소드

public FeatureCreated ( string feature ) : void
feature string
리턴 void

FeatureNarrative() 공개 메소드

public FeatureNarrative ( string message ) : void
message string
리턴 void

RunFinished() 공개 메소드

public RunFinished ( ) : void
리턴 void

RunStarted() 공개 메소드

public RunStarted ( ) : void
리턴 void

ScenarioCreated() 공개 메소드

public ScenarioCreated ( string scenarioTitle ) : void
scenarioTitle string
리턴 void

ScenarioResult() 공개 메소드

public ScenarioResult ( NBehave.Narrator.Framework.ScenarioResult result ) : void
result NBehave.Narrator.Framework.ScenarioResult
리턴 void

ThemeFinished() 공개 메소드

public ThemeFinished ( ) : void
리턴 void

ThemeStarted() 공개 메소드

public ThemeStarted ( string name ) : void
name string
리턴 void