Class RunResultData
Inheritance
System.Object
RunResultData
Namespace: ArtOfTest.WebAii.Design.UI.Reporting.ViewModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RunResultData : ViewModelBase
Constructors
RunResultData(DateTime, RunResultData, Boolean, Int32, Int32, Int32)
Declaration
public RunResultData(DateTime startTime, RunResultData parentData, bool hasPassed, int passedCount, int failedCount, int notRunCount)
Parameters
System.
|
Run
|
System.
|
System.
|
System.
|
System.
|
RunResultData(String)
Declaration
public RunResultData(string text)
Parameters
System.
|
Properties
Children
Declaration
public ObservableCollection<RunResultData> Children { get; }
Property Value
System.
|
FailedCount
Declaration
public int FailedCount { get; set; }
Property Value
System.
|
HasPassed
Declaration
public bool HasPassed { get; set; }
Property Value
System.
|
IsChecked
Declaration
public bool? IsChecked { get; set; }
Property Value
System.
|
NotRunCount
Declaration
public int NotRunCount { get; set; }
Property Value
System.
|
ParentData
PassedCount
Declaration
public int PassedCount { get; set; }
Property Value
System.
|
StartTime
Declaration
public DateTime StartTime { get; set; }
Property Value
System.
|
TestListName
Declaration
public string TestListName { get; set; }
Property Value
System.
|
TestResultData
Declaration
public List<TestResultData> TestResultData { get; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|