Method | Description | |
---|---|---|
CancelRunningSpec ( string id ) : void | ||
CurrentStepthrough ( ) : IStepthroughExecution | ||
Dispose ( ) : void | ||
Enqueue ( |
||
SpecificationEngine ( ISystem system, ISpecRunner runner, IExecutionObserver observer ) : System | ||
Start ( StopConditions stopConditions ) : void |
Method | Description | |
---|---|---|
startTheConsumingQueues ( |
public CancelRunningSpec ( string id ) : void | ||
id | string | |
return | void |
public CurrentStepthrough ( ) : IStepthroughExecution | ||
return | IStepthroughExecution |
public Enqueue ( |
||
request | ||
return | void |
public SpecificationEngine ( ISystem system, ISpecRunner runner, IExecutionObserver observer ) : System | ||
system | ISystem | |
runner | ISpecRunner | |
observer | IExecutionObserver | |
return | System |
public Start ( StopConditions stopConditions ) : void | ||
stopConditions | StopConditions | |
return | void |