
cucumber.runtime.FeatureSupplier Maven / Gradle / Ivy
package cucumber.runtime;
import cucumber.runtime.model.CucumberFeature;
import java.util.List;
public interface FeatureSupplier {
List get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy