C# 클래스 StoryTeller.Engine.TextListener

상속: System.MarshalByRefObject, ITestObserver
파일 보기 프로젝트 열기: adymitruk/storyteller

공개 메소드들

메소드 설명
CanContinue ( Counts counts ) : bool
Exception ( string exceptionString ) : void
FinishSection ( Section section ) : void
FinishStep ( IStep step ) : void
FinishTest ( System.Test test ) : void
InitializeLifetimeService ( ) : object
StartSection ( Section section ) : void
StartStep ( IStep step ) : void
StartTest ( System.Test test, Counts counts ) : void

보호된 메소드들

메소드 설명
write ( string format ) : void
writeDivider ( ) : void

비공개 메소드들

메소드 설명
writeSpacer ( ) : void

메소드 상세

CanContinue() 공개 메소드

public CanContinue ( Counts counts ) : bool
counts Counts
리턴 bool

Exception() 공개 메소드

public Exception ( string exceptionString ) : void
exceptionString string
리턴 void

FinishSection() 공개 메소드

public FinishSection ( Section section ) : void
section Section
리턴 void

FinishStep() 공개 메소드

public FinishStep ( IStep step ) : void
step IStep
리턴 void

FinishTest() 공개 메소드

public FinishTest ( System.Test test ) : void
test System.Test
리턴 void

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

StartSection() 공개 메소드

public StartSection ( Section section ) : void
section Section
리턴 void

StartStep() 공개 메소드

public StartStep ( IStep step ) : void
step IStep
리턴 void

StartTest() 공개 메소드

public StartTest ( System.Test test, Counts counts ) : void
test System.Test
counts Counts
리턴 void

write() 보호된 추상적인 메소드

protected abstract write ( string format ) : void
format string
리턴 void

writeDivider() 보호된 메소드

protected writeDivider ( ) : void
리턴 void