ClassExecutionReturnValues
Class
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
updatePackage
hwnds
IntPtr[]
testType
Properties
UpdatePackage
Declaration
cs-api-definition
public TestUpdatePackage UpdatePackage { get; set; }
Property Value