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.
|
Implements
GetTestHistory()
Declaration
public Task<Dictionary<string, List<string>>> GetTestHistory()
Returns
System.
|
Implements
RunTest(DispatchableGUITest)
Declaration
public Task<Uri> RunTest(DispatchableGUITest test)
Parameters
Dispatchable
|
Returns
System.
|