The main namespace of Xamarin.UITest. Contains the main entry point when testing apps:
..
Remarks
None.
Classes
| Type | Reason |
|---|
| ConfigureApp |
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.
|
| IApp |
Represents the main gateway to interact with an app. This interface contains shared
functionality between Xamarin.UITest.Android.AndroidApp and Xamarin.UITest.iOS.iOSApp.
|
| IDevice |
Runtime information and control of device.
|
| ITestServer |
Provides access to the test server running on the device for advanced scenarios.
|
| TestCloudApiKeyAttribute |
Attribute to set your Xamarin Test Cloud api key for activation.
Add the following to your Properties/AssemblyInfo.cs file.
[assembly: Xamarin.UITest.TestCloudApiKey(YOUR_API_KEY)]
|
| TestEnvironment |
Contains runtime information about the current test environment.
|
| TestPlatform |
Enum containing the various different test platforms.
|