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

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