C# 클래스 StoryTeller.Engine.Stepthrough.StepthroughExecution

상속: SpecExecution, IStepthroughExecution
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
Cancel ( ) : void
RunNext ( ) : void
RunToBreakpoint ( ) : void
RunToEnd ( ) : void
SetBreakpoints ( Breakpoint breakpoints ) : void
State ( ) : StepthroughState
StepthroughExecution ( SpecExecutionRequest request, StopConditions stopConditions, IUserInterfaceObserver observer, IExecutionObserver executionObserver ) : System

보호된 메소드들

메소드 설명
executeSteps ( SpecContext context, IList lines, CancellationToken token ) : Task
setupTimeout ( ) : Task

비공개 메소드들

메소드 설명
executeCurrentStep ( ) : void
finish ( ) : void
isAtBreakpoint ( ) : bool
moveNext ( ) : void
sendNextOrFinishedMessage ( ) : void
sendNextStepMessage ( ) : void

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

RunNext() 공개 메소드

public RunNext ( ) : void
리턴 void

RunToBreakpoint() 공개 메소드

public RunToBreakpoint ( ) : void
리턴 void

RunToEnd() 공개 메소드

public RunToEnd ( ) : void
리턴 void

SetBreakpoints() 공개 메소드

public SetBreakpoints ( Breakpoint breakpoints ) : void
breakpoints StoryTeller.Model.Breakpoint
리턴 void

State() 공개 메소드

public State ( ) : StepthroughState
리턴 StoryTeller.Messages.StepthroughState

StepthroughExecution() 공개 메소드

public StepthroughExecution ( SpecExecutionRequest request, StopConditions stopConditions, IUserInterfaceObserver observer, IExecutionObserver executionObserver ) : System
request SpecExecutionRequest
stopConditions StopConditions
observer IUserInterfaceObserver
executionObserver IExecutionObserver
리턴 System

executeSteps() 보호된 메소드

protected executeSteps ( SpecContext context, IList lines, CancellationToken token ) : Task
context SpecContext
lines IList
token System.Threading.CancellationToken
리턴 Task

setupTimeout() 보호된 메소드

protected setupTimeout ( ) : Task
리턴 Task