Class
CommandLineRunner.LTest

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class CommandLineRunner.LTest

Inheritance: objectCommandLineRunner.LTest

Constructors

LTest(string, string, string, int, string, string, string)

Declaration

cs-api-definition
public LTest(string name, string owner, string path, int priority, string cp1, string cp2, string cp3)

Parameters

name

string

owner

string

path

string

priority

int

cp1

string

cp2

string

cp3

string

Properties

CustomProperty1

Declaration

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

Property Value

string

CustomProperty2

Declaration

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

Property Value

string

CustomProperty3

Declaration

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

Property Value

string

Name

Declaration

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

Property Value

string

Owner

Declaration

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

Property Value

string

Path

Declaration

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

Property Value

string

Priority

Declaration

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

Property Value

int