Class
LightRunResult

An object in use by the ResultsView UI to build appointments for the SchedulView. It does not load the actual RunResult data until the user drills-down to view details.

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class LightRunResult

Inheritance: objectLightRunResult

Properties

AllCount

Declaration

cs-api-definition
public int AllCount { get; }

Property Value

int

FailedCount

Declaration

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

Property Value

int

HasWarnings

Declaration

cs-api-definition
public bool HasWarnings { get; set; }

Property Value

bool

IsComplete

Declaration

cs-api-definition
public bool IsComplete { get; set; }

Property Value

bool

IsRerun

Declaration

cs-api-definition
public bool IsRerun { get; set; }

Property Value

bool

LocalEndTime

Declaration

cs-api-definition
public DateTime LocalEndTime { get; }

Property Value

DateTime

NotRunCount

Declaration

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

Property Value

int

PassedCount

Declaration

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

Property Value

int