C# 클래스 StoryTeller.Testing.Engine.MockTestObserver

상속: ITestObserver
파일 보기 프로젝트 열기: DarthFubuMVC/storyteller 1 사용 예제들

공개 메소드들

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

메소드 상세

CanContinue() 공개 메소드

public CanContinue ( Counts counts ) : bool
counts StoryTeller.Engine.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

FinishTestRetries() 공개 메소드

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

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 StoryTeller.Engine.Counts
리턴 void