Xamarin.UITest.Configuration.IAndroidAppConfiguration Members

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

Public Properties

[read-only]
ApiKeystring. The Xamarin Test Cloud api key to use for activation.
[read-only]
ApkFileSystem.IO.FileInfo. The location of the apk file to test.
[read-only]
Debugbool. Enable debug logging.
[read-only]
DeviceSerialstring. The serial of the device. Can be found using adb.
[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]
KeyStoreSystem.IO.FileInfo. The location of the keystore that was used to sign the tested app. If left empty a new keystore will be built.
[read-only]
KeyStoreKeyAliasstring. The key alias to use for given keystore. Corresponds to the alias argument in jarsigner.
[read-only]
KeyStoreKeyPasswordstring. The private key password of the given keystore key. Corresponds to the -keypass argument in jarsigner.
[read-only]
KeyStorePasswordstring. The store password of the given keystore. Corresponds to the -storepass argument in jarsigner.
[read-only]
SIFileSystem.IO.FileInfo. The location of the SI file used for generating the signed test server.
[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()
Verifies the configuration.