Interface ICloudDispatchableTest
Namespace: ArtOfTest.Common.Design.ProjectModel.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ICloudDispatchableTest
Properties
Credentials
Declaration
CloudStorageCredentials Credentials { get; set; }
Property Value
Telerik.TestStudio.Shared.Storage.Cloud.CloudStorageCredentials
|
DispatchGroupId
Declaration
Guid DispatchGroupId { get; set; }
Property Value
System.Guid
|
Rerun
Declaration
bool Rerun { get; set; }
Property Value
System.Boolean
|
Settings
StorageType
Declaration
StorageType StorageType { get; set; }
Property Value
Telerik.TestStudio.Shared.Storage.StorageType
|
TestListId
Declaration
Guid TestListId { get; set; }
Property Value
System.Guid
|
TestName
Declaration
string TestName { get; set; }
Property Value
System.String
|