Package io.qameta.allure.model
Interface ExecutableItem
- All Superinterfaces:
WithAttachments,WithParameters,WithStatus,WithStatusDetails,WithSteps
- All Known Implementing Classes:
FixtureResult,StepResult,TestResult
public interface ExecutableItem
extends WithAttachments, WithParameters, WithStatusDetails, WithSteps
Marker interface for model objects that holds information about
executable items, like test results, fixture results or steps.
- See Also:
-
Method Summary
Methods inherited from interface io.qameta.allure.model.WithAttachments
getAttachmentsMethods inherited from interface io.qameta.allure.model.WithParameters
getParametersMethods inherited from interface io.qameta.allure.model.WithStatus
getStatusMethods inherited from interface io.qameta.allure.model.WithStatusDetails
getStatusDetails