
ru.testit.models.ResultWithSteps Maven / Gradle / Ivy
package ru.testit.models;
import java.util.List;
/**
* The marker interface for model objects with steps.
*/
public interface ResultWithSteps {
/**
* Gets steps.
*
* @return the steps
*/
List getSteps();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy