C# Class Amazon.DeviceFarm.TestType

Constants used for properties of type TestType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
APPIUM_JAVA_JUNIT TestType
APPIUM_JAVA_TESTNG TestType
APPIUM_PYTHON TestType
APPIUM_WEB_JAVA_JUNIT TestType
APPIUM_WEB_JAVA_TESTNG TestType
APPIUM_WEB_PYTHON TestType
BUILTIN_EXPLORER TestType
BUILTIN_FUZZ TestType
CALABASH TestType
INSTRUMENTATION TestType
UIAUTOMATION TestType
UIAUTOMATOR TestType
XCTEST TestType
XCTEST_UI TestType

Public Methods

Method Description
FindValue ( string value ) : TestType

Finds the constant for the unique value.

TestType ( 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.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : TestType
value string The unique value for the constant
return TestType

TestType() public method

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 TestType ( string value ) : System
value string
return System

Property Details

APPIUM_JAVA_JUNIT public static property

Constant APPIUM_JAVA_JUNIT for TestType
public static TestType,Amazon.DeviceFarm APPIUM_JAVA_JUNIT
return TestType

APPIUM_JAVA_TESTNG public static property

Constant APPIUM_JAVA_TESTNG for TestType
public static TestType,Amazon.DeviceFarm APPIUM_JAVA_TESTNG
return TestType

APPIUM_PYTHON public static property

Constant APPIUM_PYTHON for TestType
public static TestType,Amazon.DeviceFarm APPIUM_PYTHON
return TestType

APPIUM_WEB_JAVA_JUNIT public static property

Constant APPIUM_WEB_JAVA_JUNIT for TestType
public static TestType,Amazon.DeviceFarm APPIUM_WEB_JAVA_JUNIT
return TestType

APPIUM_WEB_JAVA_TESTNG public static property

Constant APPIUM_WEB_JAVA_TESTNG for TestType
public static TestType,Amazon.DeviceFarm APPIUM_WEB_JAVA_TESTNG
return TestType

APPIUM_WEB_PYTHON public static property

Constant APPIUM_WEB_PYTHON for TestType
public static TestType,Amazon.DeviceFarm APPIUM_WEB_PYTHON
return TestType

BUILTIN_EXPLORER public static property

Constant BUILTIN_EXPLORER for TestType
public static TestType,Amazon.DeviceFarm BUILTIN_EXPLORER
return TestType

BUILTIN_FUZZ public static property

Constant BUILTIN_FUZZ for TestType
public static TestType,Amazon.DeviceFarm BUILTIN_FUZZ
return TestType

CALABASH public static property

Constant CALABASH for TestType
public static TestType,Amazon.DeviceFarm CALABASH
return TestType

INSTRUMENTATION public static property

Constant INSTRUMENTATION for TestType
public static TestType,Amazon.DeviceFarm INSTRUMENTATION
return TestType

UIAUTOMATION public static property

Constant UIAUTOMATION for TestType
public static TestType,Amazon.DeviceFarm UIAUTOMATION
return TestType

UIAUTOMATOR public static property

Constant UIAUTOMATOR for TestType
public static TestType,Amazon.DeviceFarm UIAUTOMATOR
return TestType

XCTEST public static property

Constant XCTEST for TestType
public static TestType,Amazon.DeviceFarm XCTEST
return TestType

XCTEST_UI public static property

Constant XCTEST_UI for TestType
public static TestType,Amazon.DeviceFarm XCTEST_UI
return TestType