Class
TestInfo

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestInfo

Inheritance: objectTestInfo

Constructors

TestInfo()

Declaration

cs-api-definition
public TestInfo()

TestInfo(string, string, PathType)

Declaration

cs-api-definition
public TestInfo(string id, string path, PathType pathtype = 0)

Parameters

id

string

path

string

pathtype

PathType

Properties

Id

The test unique Id.

Declaration

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

Property Value

string

Path

The test relative path to the project.

Declaration

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

Property Value

string

PathType

Declaration

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

Property Value

PathType

Test

Cached test object

Declaration

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

Property Value

TestBase

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()