TestPlatform Enum
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.
Enum containing the various different test platforms.
public enum TestPlatform
type TestPlatform =
Public Enum TestPlatform
- Inheritance
-
TestPlatform
Fields
Local | 0 | A local test run. |
TestCloudAndroid | 1 | An Android test run in the Xamarin Test Cloud. |
TestCloudiOS | 2 | An iOS test run in the Xamarin Test Cloud. |