ClassRemoteRunner
Class
Manage communication inside the ArtOfTest.Runner.exe with the RunnerController.
Definition
Namespace:ArtOfTest.WebAii.Design.Execution
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RemoteRunner
Inheritance: objectRemoteRunner
Derived Classes:
Constructors
Fields
REMOTERUNNER_PIPEPREFIX
The remote runner pipe prefix name
Declaration
cs-api-definition
public const string REMOTERUNNER_PIPEPREFIX = "ArtOfTest.Runner.{0}"
Field Value
Properties
IsListnerAlive
Gets whether the listener thread is alive.
Methods
Connect()
Declaration
cs-api-definition
public void Connect()
Connect(int)
Connect to the controller
OnBeforeTestRunStarts(RunTestArgs)
Declaration
cs-api-definition
protected void OnBeforeTestRunStarts(RunTestArgs args)
Parameters
args
OnRunCompleted()
Declaration
cs-api-definition
protected void OnRunCompleted()
OnTestComplete(ExecutionReturnValues, bool)
Called when the test is complete
Declaration
cs-api-definition
protected void OnTestComplete(ExecutionReturnValues retValues, bool displayResults)
Parameters
retValues
displayResults
ProcessCommand(RemoteRunnerCommand)
Process a command
Declaration
cs-api-definition
protected virtual void ProcessCommand(RemoteRunnerCommand cmd)
Parameters
cmd