C# Class WindowsPhoneTestFramework.Server.AutomationController.WindowsPhone.Emulator.AutomationController

Inheritance: WindowsPhoneTestFramework.Server.Utils.TraceBase, IAutomationController
Mostrar archivo Open project: Expensify/WindowsPhoneTestFramework

Public Properties

Property Type Description
DefaultBindingAddress string

Public Methods

Method Description
Dispose ( ) : void
ShutDown ( ) : void
Start ( string initialisationString = null, AutomationIdentification automationIdentification = AutomationIdentification.TryEverything ) : void
Stop ( ) : void

Protected Methods

Method Description
StartPhoneAutomationController ( AutomationIdentification automationIdentification, Uri bindingAddress ) : void

Private Methods

Method Description
BuildBindingAddress ( ) : Uri
GetName ( ) : void
GetNextAvailableDevice ( string pairs, int timeout ) : void
PopulateNames ( string pair, Mutex mut ) : void
StartDriver ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ShutDown() public method

public ShutDown ( ) : void
return void

Start() public method

public Start ( string initialisationString = null, AutomationIdentification automationIdentification = AutomationIdentification.TryEverything ) : void
initialisationString string
automationIdentification AutomationIdentification
return void

StartPhoneAutomationController() protected method

protected StartPhoneAutomationController ( AutomationIdentification automationIdentification, Uri bindingAddress ) : void
automationIdentification AutomationIdentification
bindingAddress System.Uri
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

DefaultBindingAddress public_oe static_oe property

public static string DefaultBindingAddress
return string