Interface
ITestListResultLoaderAdapter

Definition

Namespace:ArtOfTest.WebAii.Design.Repository.TestListResults

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public interface ITestListResultLoaderAdapter

Methods

DownloadAndTransformResultsAsync(StorageType, TestListResultDataBusParams, Guid)

Loads the list of RunResults from cloud/local disk related to the header

Declaration

cs-api-definition
Task<IEnumerable<TestResult>> DownloadAndTransformResultsAsync(StorageType storageType, TestListResultDataBusParams job, Guid headerId)

Parameters

storageType

StorageType

cloud or local

job

TestListResultDataBusParams

the project path and credentials

headerId

Guid

DispatchGroupId for test list results

Returns

Task<IEnumerable<TestResult>>