InterfaceIRemoteExecutorCommunicationLayer
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Execution.Communication.Interfaces
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IRemoteExecutorCommunicationLayer : IBaseCommunicationLayer
Derived Classes:
Methods
GetStatus()
Returns the status of the running test
RunTest(DispatchableGUITest)
Declaration
cs-api-definition
Task<Uri> RunTest(DispatchableGUITest test)
Parameters
test
Returns