All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qameta.allure.model.WithAttachments Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.qameta.allure.model;

import java.util.List;

/**
 * @author charlie (Dmitry Baev [email protected]).
 * @since 1.0-BETA1
 */
public interface WithAttachments {

    List getAttachments();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy