ConfigureApp Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public static class ConfigureApp
type ConfigureApp = class
Public Class ConfigureApp
- Inheritance
-
ConfigureApp
Properties
Android |
Specifies that the app is an Android app. |
iOS |
Specifies that the app is an iOS app. |
Methods
Debug() |
Enables debug logging from the test runner. |
DeviceIp(String) |
Configures the ip address of the device. Generally best left unset unless you are running an iOS application on a physical device. |
DevicePort(Int32) |
Configures the port of the device. Generally best left unset. |