Class ExecuteTestCommand
Inheritance
System.Object
ExecuteTestCommand
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ExecuteTestCommand : RemoteRunnerCommand
Constructors
Declaration
public ExecuteTestCommand(Test test, Settings settings, DesignTimeExecutionParams designTimeExecutionParams, string binaryFolder, string deploymentFolder, ExecutionType type, Guid firstStepGuid, Guid lastStepGuid, IntPtr existingBrowserHandle, DebuggerOptions debuggerOptions, bool rerun, string trafficLogFilename = null)
Parameters
|
Test
test
|
|
Settings
settings
|
|
DesignTimeExecutionParams
designTimeExecutionParams
|
|
System.String
binaryFolder
|
|
System.String
deploymentFolder
|
|
ExecutionType
type
|
|
System.Guid
firstStepGuid
|
|
System.Guid
lastStepGuid
|
|
System.IntPtr
existingBrowserHandle
|
|
DebuggerOptions
debuggerOptions
|
|
System.Boolean
rerun
|
|
System.String
trafficLogFilename
|
Properties
Declaration
public string BinariesFolder { get; }
Property Value
Declaration
public DebuggerOptions DebuggerOptions { get; }
Property Value
Declaration
public string DeploymentFolder { get; }
Property Value
Declaration
public DesignTimeExecutionParams DesignTimeExecutionParams { get; }
Property Value
Declaration
public ExecutionType ExeType { get; }
Property Value
Declaration
public IntPtr ExistingBrowserHandle { get; }
Property Value
Declaration
public Guid FirstStepGuid { get; }
Property Value
Declaration
public Guid LastStepGuid { get; }
Property Value
Declaration
public bool Rerun { get; }
Property Value
Declaration
public Settings Settings { get; }
Property Value
Declaration
public Test Test { get; }
Property Value
Declaration
public string TrafficLogFilename { get; }
Property Value