
io.qameta.allure.tree.WithChildren Maven / Gradle / Ivy
package io.qameta.allure.tree;
import java.util.List;
/**
* @author charlie (Dmitry Baev).
*/
public interface WithChildren {
List getChildren();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy