Class RemoteExecutorCommunicationLayer
Inheritance
System.Object
RemoteExecutorCommunicationLayer
Namespace: ArtOfTest.WebAii.Design.Execution.Communication
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RemoteExecutorCommunicationLayer : BaseCommunicationLayer, IRemoteExecutorCommunicationLayer, IBaseCommunicationLayer
Constructors
RemoteExecutorCommunicationLayer(Uri, ISerializerService, HttpClient, IStatusCodeToExceptionMapper)
Methods
GetStatus()
Declaration
public Task<List<TestExecutionStatus>> GetStatus()
Returns
|
System.Threading.Tasks.Task<System.Collections.Generic.List<Telerik.TestStudio.Shared.Communication.Transports.TestExecutionStatus>>
|
Implements
GetTestHistory()
Declaration
public Task<Dictionary<string, List<string>>> GetTestHistory()
Returns
|
System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>>
|
Implements
RunTest(DispatchableGUITest)
Declaration
public Task<Uri> RunTest(DispatchableGUITest test)
Parameters
|
DispatchableGUITest
test
|
Returns
|
System.Threading.Tasks.Task<System.Uri>
|