ClassCloudRunResultAttachmentsConverter
Class
Definition
Namespace:ArtOfTest.WebAii.Design.Repository.TestListResults
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class CloudRunResultAttachmentsConverter : IRunResultAttachmentsConverter
Inheritance: objectCloudRunResultAttachmentsConverter
Implements:
Constructors
CloudRunResultAttachmentsConverter(IFileReaderWriterSync)
Declaration
cs-api-definition
public CloudRunResultAttachmentsConverter(IFileReaderWriterSync fileReaderWriter)
Parameters
fileReaderWriter
IFileReaderWriterSync
Methods
ConvertAttachmentsIntoData(IStorageDocument<RunResult>)
Converts downloaded RunResult attachments into dom text and image for failed step results
Declaration
cs-api-definition
public void ConvertAttachmentsIntoData(IStorageDocument<RunResult> document)
Parameters
document
IStorageDocument<RunResult>
Implements