Class
RunResultDetails

Definition

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

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class RunResultDetails

Inheritance: objectRunResultDetails

Constructors

RunResultDetails(string, DateTime, bool, List<TestResultData>)

Declaration

cs-api-definition
public RunResultDetails(string name, DateTime startTime, bool hasPassed, List<TestResultData> testResultData)

Parameters

name

string

startTime

DateTime

hasPassed

bool

testResultData

List<TestResultData>

Properties

Name

Declaration

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

Property Value

string

ResultType

Declaration

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

Property Value

ResultType

StartTime

Declaration

cs-api-definition
public DateTime StartTime { get; set; }

Property Value

DateTime

TestResultData

Declaration

cs-api-definition
public ObservableCollection<TestResultData> TestResultData { get; set; }

Property Value

ObservableCollection<TestResultData>