Class LightRunResult
Inheritance
System.Object
LightRunResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class LightRunResult
Properties
AllCount
Declaration
public int AllCount { get; }
Property Value
System.Int32
|
FailedCount
Declaration
public int FailedCount { get; set; }
Property Value
System.Int32
|
HasWarnings
Declaration
public bool HasWarnings { get; set; }
Property Value
System.Boolean
|
IsComplete
Declaration
public bool IsComplete { get; set; }
Property Value
System.Boolean
|
IsRerun
Declaration
public bool IsRerun { get; set; }
Property Value
System.Boolean
|
LocalEndTime
Declaration
public DateTime LocalEndTime { get; }
Property Value
System.DateTime
|
NotRunCount
Declaration
public int NotRunCount { get; set; }
Property Value
System.Int32
|
PassedCount
Declaration
public int PassedCount { get; set; }
Property Value
System.Int32
|