Package io.qameta.allure.attachment
Interface AttachmentProcessor<T extends AttachmentData>
- Type Parameters:
T- the type of attachment data.
- All Known Implementing Classes:
DefaultAttachmentProcessor
public interface AttachmentProcessor<T extends AttachmentData>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttachment(T attachmentData, AttachmentRenderer<T> renderer)
-
Method Details
-
addAttachment
-