Xamarin.UITest.Configuration.IiOSAppConfiguration Members

The members of Xamarin.UITest.Configuration.IiOSAppConfiguration are listed below.

Public Properties

[read-only]
ApiKeystring. The Xamarin Test Cloud api key to use for activation.
[read-only]
AppBundleDirectorySystem.IO.DirectoryInfo. The location of an app bundle for a simulator test.
[read-only]
AppBundleZipSystem.IO.FileInfo. The location of a zip archive for a simulator test.
[read-only]
Debugbool. Enable debug logging.
[read-only]
DeviceIdentifierstring. The device identifier. List of know devices can be found by running "instruments -s devices"
[read-only]
DeviceUriUri. The uri of the device test server.
[read-only]
EnableScreenshotsbool. Enable screenshots. Local screenshots are disabled by default to speed up tests.
[read-only]
InstalledAppBundleIdstring. The bundle id of an already installed to test.
[read-only]
StartActionStartAction. The desired state of the app after test initialization. Either the test framework can start the app or connect to an already running app in more advanced scenarios.
[read-only]
WaitTimesXamarin.UITest.Utils.IWaitTimes. Default wait times.

Public Methods

Verify()
Verify the state of a configuration. Throw exception if invalid.