Package ru.testit.models
Interface ResultWithAttachments
-
- All Known Implementing Classes:
FixtureResult,StepResult,TestResult
public interface ResultWithAttachmentsThe marker interface for model objects with attachments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>getAttachments()Gets attachments.
-