ClassRemoteExecutorCommunicationLayer
Class
Definition
Namespace:ArtOfTest.WebAii.Design.Execution.Communication
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RemoteExecutorCommunicationLayer : BaseCommunicationLayer, IRemoteExecutorCommunicationLayer, IBaseCommunicationLayer
Inheritance: objectRemoteExecutorCommunicationLayer
Implements:
Constructors
RemoteExecutorCommunicationLayer(Uri, ISerializerService, ISecureHttpClientProvider, IStatusCodeToExceptionMapper)
Constructed via IOC (autofac)
Declaration
cs-api-definition
public RemoteExecutorCommunicationLayer(Uri remoteExecutorUri, ISerializerService serializer, ISecureHttpClientProvider secureHttpClientProvider, IStatusCodeToExceptionMapper exceptionMapper)
Parameters
remoteExecutorUri
serializer
ISerializerService
secureHttpClientProvider
ISecureHttpClientProvider
exceptionMapper
IStatusCodeToExceptionMapper
Methods
GetStatus()
Returns the status of the running test
RunTest(DispatchableGUITest)
Declaration
cs-api-definition
public Task<Uri> RunTest(DispatchableGUITest test)
Parameters
test
Returns
Implements