Class
ExecutionReturnValues

Contains all values returns from execution

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ExecutionReturnValues

Inheritance: objectExecutionReturnValues

Constructors

ExecutionReturnValues(TestResult, TestUpdatePackage, IntPtr[], TestType)

Declaration

cs-api-definition
public ExecutionReturnValues(TestResult result, TestUpdatePackage updatePackage, IntPtr[] hwnds, TestType testType)

Parameters

result

TestResult

updatePackage

TestUpdatePackage

hwnds

IntPtr[]

testType

TestType

Properties

AdditionalData

Declaration

cs-api-definition
public string AdditionalData { get; set; }

Property Value

string

Hwnds

Declaration

cs-api-definition
public IntPtr[] Hwnds { get; set; }

Property Value

IntPtr[]

Pid

Declaration

cs-api-definition
public int Pid { get; set; }

Property Value

int

TestResult

Declaration

cs-api-definition
public TestResult TestResult { get; set; }

Property Value

TestResult

TestType

Declaration

cs-api-definition
public TestType TestType { get; }

Property Value

TestType

UpdatePackage

Declaration

cs-api-definition
public TestUpdatePackage UpdatePackage { get; set; }

Property Value

TestUpdatePackage