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