InterfaceIRunResultAttachmentsConverter
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.Repository.TestListResults
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IRunResultAttachmentsConverter
Derived Classes:
Methods
ConvertAttachmentsIntoData(IStorageDocument<RunResult>)
Converts downloaded RunResult attachments into dom text and image for failed step results
Declaration
cs-api-definition
void ConvertAttachmentsIntoData(IStorageDocument<RunResult> documents)
Parameters
documents
IStorageDocument<RunResult>