Package io.qameta.allure.model
Interface WithAttachments
- All Known Subinterfaces:
ExecutableItem
- All Known Implementing Classes:
FixtureResult,StepResult,TestResult
public interface WithAttachments
The marker interface for model objects with attachments.
- Since:
- 2.0
- See Also:
-
Method Summary
-
Method Details
-
getAttachments
List<Attachment> getAttachments()Gets attachments.- Returns:
- the attachments
-