com.github.ejahns.model.interfaces.haselement.HasSteps Maven / Gradle / Ivy
The newest version!
package com.github.ejahns.model.interfaces.haselement;
import java.util.List;
import com.github.ejahns.model.Step;
import com.github.ejahns.model.interfaces.GherkinElement;
public interface HasSteps extends GherkinElement {
List getSteps();
void setSteps(List steps);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy