C# Class Microsoft.Silverlight.Testing.Harness.FastRunDispatcher

A type which handles preparing the underlying dispatcher or timer from which the test work items execute.
Inheritance: RunDispatcher
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
FastRunDispatcher ( Func runNextStep, Dispatcher dispatcher ) : System

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.

Method Details

FastRunDispatcher() public méthode

Sets up a new run method manager.
public FastRunDispatcher ( Func runNextStep, Dispatcher dispatcher ) : System
runNextStep Func /// Conditional delegate which returns true as long as there is /// additional work. ///
dispatcher System.Windows.Threading.Dispatcher An instance of the dispatcher to use.
Résultat System

Run() public méthode

Begin the execution process by hooking up the underlying DispatcherTimer to call into the test framework regularly and perform test work items.
public Run ( ) : void
Résultat void