Class DeviceFarmOverrides
Namespace: Unity.RecordedTesting
Syntax
public class DeviceFarmOverrides
Constructors
DeviceFarmOverrides(String, String)
Declaration
public DeviceFarmOverrides(string testName, string deviceModel)
Parameters
Type | Name | Description |
---|---|---|
String | testName | |
String | deviceModel |
Fields
awsDeviceModel
Declaration
public string awsDeviceModel
Field Value
Type | Description |
---|---|
String |
awsDeviceUDID
Declaration
public string awsDeviceUDID
Field Value
Type | Description |
---|---|
String |
testName
Declaration
public string testName
Field Value
Type | Description |
---|---|
String |