Class ReportingManager.TestRunData
Inheritance
ReportingManager.TestRunData
Syntax
public class TestRunData : object
Fields
Tests
Declaration
public List<ReportingManager.TestData> Tests
Field Value
Properties
AspectRatio
Declaration
public string AspectRatio { get; set; }
Property Value
DeviceModel
Declaration
public string DeviceModel { get; set; }
Property Value
DeviceType
Declaration
public string DeviceType { get; set; }
Property Value
IsLocalRun
Declaration
public bool IsLocalRun { get; set; }
Property Value
Resolution
Declaration
public string Resolution { get; set; }
Property Value
RunFinishtTime
Declaration
public DateTime RunFinishtTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
RunStartTime
Declaration
public DateTime RunStartTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
Udid
Declaration
public string Udid { get; set; }
Property Value