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

The win 8 emulator windows phone device controller.
Inheritance: WindowsPhoneTestFramework.Server.WindowsPhoneDeviceController.EmulatorWindowsPhoneDeviceController
Datei anzeigen Open project: Expensify/WindowsPhoneTestFramework

Public Methods

Method Description
Install ( WindowsPhoneTestFramework.Server.Core.ApplicationDefinition applicationDefinition ) : InstallationResult

The install.

Win8EmulatorWindowsPhoneDeviceController ( string target, string port ) : System

Initializes a new instance of the Win8EmulatorWindowsPhoneDeviceController class.

Method Details

Install() public method

The install.
public Install ( WindowsPhoneTestFramework.Server.Core.ApplicationDefinition applicationDefinition ) : InstallationResult
applicationDefinition WindowsPhoneTestFramework.Server.Core.ApplicationDefinition /// The application definition. ///
return InstallationResult

Win8EmulatorWindowsPhoneDeviceController() public method

Initializes a new instance of the Win8EmulatorWindowsPhoneDeviceController class.
public Win8EmulatorWindowsPhoneDeviceController ( string target, string port ) : System
target string The target.
port string The port.
return System