Interface IRemoteExecutorCommunicationLayer
Namespace: ArtOfTest.WebAii.Design.Execution.Communication.Interfaces
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IRemoteExecutorCommunicationLayer : IBaseCommunicationLayer
Methods
GetStatus()
Declaration
Task<List<TestExecutionStatus>> GetStatus()
Returns
System.
|
GetTestHistory()
Declaration
Task<Dictionary<string, List<string>>> GetTestHistory()
Returns
System.
|
RunTest(DispatchableGUITest)
Declaration
Task<Uri> RunTest(DispatchableGUITest test)
Parameters
Dispatchable
|
Returns
System.
|