io.qameta.allure.model.WithParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of allure2-model-pojo Show documentation
Show all versions of allure2-model-pojo Show documentation
Module contains Allure2 model pojo
package io.qameta.allure.model;
import java.util.List;
/**
* @author charlie (Dmitry Baev).
* @since 1.0-BETA2
*/
public interface WithParameters {
List getParameters();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy