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

io.cucumber.core.options.CucumberPropertiesProvider Maven / Gradle / Ivy

The newest version!
package io.cucumber.core.options;

@FunctionalInterface
public interface CucumberPropertiesProvider {

    String get(String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy