Class
RunTestArgs

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class RunTestArgs : EventArgs

Inheritance: objectEventArgsRunTestArgs

Inherited Members EventArgs.Empty

Constructors

RunTestArgs(Test, Settings, ExecutionType)

Declaration

cs-api-definition
public RunTestArgs(Test test, Settings settings, ExecutionType et)

Parameters

test

Test

settings

Settings

et

ExecutionType

Properties

ExecutionType

Declaration

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

Property Value

ExecutionType

Settings

Declaration

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

Property Value

Settings

Test

Declaration

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

Property Value

Test