Method | Description | |
---|---|---|
Cancel ( ) : void | ||
RunNext ( ) : void | ||
RunToBreakpoint ( ) : void | ||
RunToEnd ( ) : void | ||
SetBreakpoints ( |
||
State ( ) : |
||
StepthroughExecution ( SpecExecutionRequest request, StopConditions stopConditions, IUserInterfaceObserver observer, IExecutionObserver executionObserver ) : System |
Method | Description | |
---|---|---|
executeSteps ( SpecContext context, IList |
||
setupTimeout ( ) : Task |
Method | Description | |
---|---|---|
executeCurrentStep ( ) : void | ||
finish ( ) : void | ||
isAtBreakpoint ( ) : bool | ||
moveNext ( ) : void | ||
sendNextOrFinishedMessage ( ) : void | ||
sendNextStepMessage ( ) : void |
public SetBreakpoints ( |
||
breakpoints | ||
return | void |
public State ( ) : |
||
return |
public StepthroughExecution ( SpecExecutionRequest request, StopConditions stopConditions, IUserInterfaceObserver observer, IExecutionObserver executionObserver ) : System | ||
request | SpecExecutionRequest | |
stopConditions | StopConditions | |
observer | IUserInterfaceObserver | |
executionObserver | IExecutionObserver | |
return | System |
protected executeSteps ( SpecContext context, IList |
||
context | SpecContext | |
lines | IList |
|
token | ||
return | Task |