ClassRunResultNode
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class RunResultNode : FileBasedNode
Inheritance: objectFileBasedNodeRunResultNode
Inherited Members
Properties
ContainingProject
Gets the ProjectNode containing this item
Declaration
cs-api-definition
public override ProjectNode ContainingProject { get; }
Property Value
Overrides
FriendlyName
Declaration
cs-api-definition
public override string FriendlyName { get; set; }
Property Value
Overrides
Methods
CancelDownload()
Declaration
cs-api-definition
public void CancelDownload()
DownloadResultAsync(bool, bool)
Dynamically downloads the results for a cloud test list run
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>
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