Method | Description | |
---|---|---|
FastRunDispatcher ( Func |
Sets up a new run method manager.
|
|
Run ( ) : void |
Begin the execution process by hooking up the underlying DispatcherTimer to call into the test framework regularly and perform test work items.
|
public FastRunDispatcher ( Func |
||
runNextStep | Func |
/// Conditional delegate which returns true as long as there is /// additional work. /// |
dispatcher | An instance of the dispatcher to use. | |
return | System |