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

cucumber.io.ResourceLoader Maven / Gradle / Ivy

package cucumber.io;

public interface ResourceLoader {
    Iterable resources(String path, String suffix);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy