Class
TestResultData

Definition

Namespace:ArtOfTest.WebAii.Design.UI.Reporting.ViewModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class TestResultData

Inheritance: objectTestResultData

Constructors

TestResultData()

Declaration

cs-api-definition
public TestResultData()

TestResultData(string, ResultType, string)

Declaration

cs-api-definition
public TestResultData(string testName, ResultType result, string testId)

Parameters

testName

string

result

ResultType

testId

string

Properties

Priority

Declaration

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

Property Value

int

Result

Declaration

cs-api-definition
public ResultType Result { get; set; }

Property Value

ResultType

TestId

Declaration

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

Property Value

string

TestName

Declaration

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

Property Value

string