Class DispatchableGUITest
Inheritance
System.Object
DispatchableGUITest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DispatchableGUITest : ICloudDispatchableTest
Constructors
DispatchableGUITest()
Declaration
public DispatchableGUITest()
DispatchableGUITest(TestType, Guid, Guid, String, String)
Declaration
public DispatchableGUITest(TestType testType, Guid projectId, Guid testId, string projectPath, string testPath)
Parameters
TestType
testType
|
System.Guid
projectId
|
System.Guid
testId
|
System.String
projectPath
|
System.String
testPath
|
Properties
Credentials
Declaration
public CloudStorageCredentials Credentials { get; set; }
Property Value
Telerik.TestStudio.Shared.Storage.Cloud.CloudStorageCredentials
|
Implements
DispatchGroupId
Declaration
public Guid DispatchGroupId { get; set; }
Property Value
System.Guid
|
Implements
ProjectId
Declaration
public Guid ProjectId { get; set; }
Property Value
System.Guid
|
ProjectLocalPath
Declaration
public string ProjectLocalPath { get; set; }
Property Value
System.String
|
ProjectPath
Declaration
public string ProjectPath { get; set; }
Property Value
System.String
|
ProjectRemotePath
Declaration
public string ProjectRemotePath { get; set; }
Property Value
System.String
|
Rerun
Declaration
public bool Rerun { get; set; }
Property Value
System.Boolean
|
Implements
Settings
SourceControlServerAddress
Declaration
public string SourceControlServerAddress { get; set; }
Property Value
System.String
|
StorageType
Declaration
public StorageType StorageType { get; set; }
Property Value
Telerik.TestStudio.Shared.Storage.StorageType
|
Implements
TestId
Declaration
public Guid TestId { get; set; }
Property Value
System.Guid
|
TestListId
Declaration
public Guid TestListId { get; set; }
Property Value
System.Guid
|
Implements
TestName
Declaration
public string TestName { get; set; }
Property Value
System.String
|
Implements
TestPath
Declaration
public string TestPath { get; set; }
Property Value
System.String
|
TestType
UseSourceControlVersion
Declaration
public bool UseSourceControlVersion { get; set; }
Property Value
System.Boolean
|