ClassRunResultDetails
Class
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
startTime
hasPassed
testResultData
Properties
TestResultData
Declaration
cs-api-definition
public ObservableCollection<TestResultData> TestResultData { get; set; }
Property Value