Property | Type | Description | |
---|---|---|---|
ANDROID_APP | |||
APPIUM_JAVA_JUNIT_TEST_PACKAGE | |||
APPIUM_JAVA_TESTNG_TEST_PACKAGE | |||
APPIUM_PYTHON_TEST_PACKAGE | |||
APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE | |||
APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE | |||
APPIUM_WEB_PYTHON_TEST_PACKAGE | |||
CALABASH_TEST_PACKAGE | |||
EXTERNAL_DATA | |||
INSTRUMENTATION_TEST_PACKAGE | |||
IOS_APP | |||
UIAUTOMATION_TEST_PACKAGE | |||
UIAUTOMATOR_TEST_PACKAGE | |||
WEB_APP | |||
XCTEST_TEST_PACKAGE | |||
XCTEST_UI_TEST_PACKAGE |
Method | Description | |
---|---|---|
FindValue ( string value ) : |
Finds the constant for the unique value.
|
|
UploadType ( string value ) : System |
This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
|
public static FindValue ( string value ) : |
||
value | string | The unique value for the constant |
return |
public static UploadType,Amazon.DeviceFarm ANDROID_APP | ||
return |
public static UploadType,Amazon.DeviceFarm APPIUM_JAVA_JUNIT_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm APPIUM_JAVA_TESTNG_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm APPIUM_PYTHON_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm APPIUM_WEB_PYTHON_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm CALABASH_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm EXTERNAL_DATA | ||
return |
public static UploadType,Amazon.DeviceFarm INSTRUMENTATION_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm IOS_APP | ||
return |
public static UploadType,Amazon.DeviceFarm UIAUTOMATION_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm UIAUTOMATOR_TEST_PACKAGE | ||
return |
public static UploadType,Amazon.DeviceFarm WEB_APP | ||
return |
public static UploadType,Amazon.DeviceFarm XCTEST_TEST_PACKAGE | ||
return |