Xamarin.UITest.ConfigureApp Class
Main entry point for Xamarin.UITest. This is a fluent API that allows you to
configure your app for either Android or iOS and start it.
See Also: ConfigureApp
Syntax
public static class ConfigureApp
Requirements
Namespace: Xamarin.UITest
Assembly: Xamarin.UITest (in Xamarin.UITest.dll)
Assembly Versions: 22.0.0.0
Assembly: Xamarin.UITest (in Xamarin.UITest.dll)
Assembly Versions: 22.0.0.0
The members of Xamarin.UITest.ConfigureApp are listed below.
See Also: Object
Public Properties
[read-only] static | Android | AndroidAppConfigurator. Specifies that the app is an Android app. |
[read-only] static | iOS | iOSAppConfigurator. Specifies that the app is an iOS app. |
Public Methods
static | Debug()Enables debug logging from the test runner. | |
static | DeviceIp(String)Configures the ip address of the device. Generally best left unset unless you are running an iOS application on a physical device. | |
static | DevicePort(Int32)Configures the port of the device. Generally best left unset. |