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.
|
DispatchGroupId
Declaration
Guid DispatchGroupId { get; set; }
Property Value
System.
|
Rerun
Declaration
bool Rerun { get; set; }
Property Value
System.
|
Settings
StorageType
Declaration
StorageType StorageType { get; set; }
Property Value
Telerik.
|
TestListId
Declaration
Guid TestListId { get; set; }
Property Value
System.
|
TestName
Declaration
string TestName { get; set; }
Property Value
System.
|