Class
RunResultNode

Definition

Properties

ContainingProject

Gets the ProjectNode containing this item

Declaration

cs-api-definition
public override ProjectNode ContainingProject { get; }

Property Value

ProjectNode

Overrides FileBasedNode.ContainingProject

FriendlyName

Declaration

cs-api-definition
public override string FriendlyName { get; set; }

Property Value

string

Overrides FileBasedNode.FriendlyName

Methods

CancelDownload()

Declaration

cs-api-definition
public void CancelDownload()

DeleteFile(out string)

Declaration

cs-api-definition
public bool DeleteFile(out string error)

Parameters

error

string

Returns

bool

DownloadResultAsync(bool, bool)

Dynamically downloads the results for a cloud test list run

Declaration

cs-api-definition
public Task<RunResult> DownloadResultAsync(bool getAttachments, bool assignToRunResultNode = true)

Parameters

getAttachments

bool

assignToRunResultNode

bool

Returns

Task<RunResult>

GetIndividualRunResultsAsync()

Declaration

cs-api-definition
public Task<IQueryable<IStorageDocument<RunResult>>> GetIndividualRunResultsAsync()

Returns

Task<IQueryable<IStorageDocument<RunResult>>>

GetTestListResultAsync()

Declaration

cs-api-definition
public Task<TestListResultTransport> GetTestListResultAsync()

Returns

Task<TestListResultTransport>

SaveFile()

Declaration

cs-api-definition
public bool SaveFile()

Returns

bool

UpdateRunResultFromCache(RunResult)

The setter version of the above RunResult property to update a non-cached result to a cached result

Declaration

cs-api-definition
public void UpdateRunResultFromCache(RunResult cachedResult)

Parameters

cachedResult

RunResult