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

cucumber.runtime.FeatureSupplier Maven / Gradle / Ivy

There is a newer version: 7.22.0
Show newest version
package cucumber.runtime;

import cucumber.runtime.model.CucumberFeature;

import java.util.List;

public interface FeatureSupplier {
    List get();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy